Skip to content

Commit

Permalink
Bump v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Aug 28, 2017
1 parent 0ac8ab7 commit 1e44029
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Andrew Kozin (nepalez), Vladimir Kochnev (marshall-lee)
Copyright (c) 2016-2017 Andrew Kozin (nepalez), Vladimir Kochnev (marshall-lee)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion dry-initializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(/^spec/)
gem.extra_rdoc_files = Dir["README.md", "LICENSE", "CHANGELOG.md"]

gem.required_ruby_version = ">= 2.2"
gem.required_ruby_version = ">= 2.3"

gem.add_development_dependency "rspec", "~> 3.0"
gem.add_development_dependency "rake", "> 10"
Expand Down
2 changes: 2 additions & 0 deletions lib/dry/initializer/dsl.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module Dry::Initializer
# Module-level DSL
module DSL
# Setting for null (undefined value)
# @return [nil, Dry::Initializer::UNDEFINED]
attr_reader :null

# Returns a version of the module with custom settings
Expand Down

0 comments on commit 1e44029

Please sign in to comment.