aduki 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 conanite
1
+ Copyright (c) 2013 Conan Dalton
2
2
 
3
3
  MIT License
4
4
 
@@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
19
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
20
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
21
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -9,11 +9,13 @@ Gem::Specification.new do |gem|
9
9
  gem.name = "aduki"
10
10
  gem.version = Aduki::VERSION
11
11
  gem.authors = ["Conan Dalton"]
12
+ gem.license = 'MIT'
12
13
  gem.email = ["conan@conandalton.net"]
13
14
  gem.description = %q{recursive attribute setting for ruby objects}
14
15
  gem.summary = %q{set object attributes recursively from an attributes hash}
15
16
  gem.homepage = "https://github.com/conanite/aduki"
16
17
 
18
+
17
19
  gem.add_development_dependency 'rspec', '~> 2.9'
18
20
 
19
21
  gem.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module Aduki
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aduki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-03 00:00:00.000000000 Z
12
+ date: 2013-07-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -47,7 +47,8 @@ files:
47
47
  - spec/model.rb
48
48
  - spec/spec_helper.rb
49
49
  homepage: https://github.com/conanite/aduki
50
- licenses: []
50
+ licenses:
51
+ - MIT
51
52
  post_install_message:
52
53
  rdoc_options: []
53
54
  require_paths: