model_attributes 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2adbb6c21af53de960939870a065384b450f49a8
4
- data.tar.gz: c80583bc0685abc31165c50c7fc0ae2b61ec19a2
3
+ metadata.gz: e6f4e7ff04fbd7b3d93380e175dd316126085b0e
4
+ data.tar.gz: 73394fc5b84d7189b2e42f22e346a54b00249666
5
5
  SHA512:
6
- metadata.gz: f04633efbdb0ff4563f7574ebd15003a4d13b98e56d21f86c0b99126e0c83f42220f84a4c2a6874a6cf86b3a35470ec6b2ada0076cc5bedc09a0e9f1e24d4b71
7
- data.tar.gz: 5ac7f4bc6f076870585a6b3961a4c08a838a86b8d23623c139db0541725be7f695dd86afd2eeff99872bd4a22792b8667bdcc058b895f7d08399e0f05a2f0d05
6
+ metadata.gz: 62c9d2c238764352ceed8e47e53e5cec83e70d04a54b4785cb9157e7edec9a0fb28866d64c50f1922900a3ddfbaf4e3257e57dfb47ad281caa34defcd41b365b
7
+ data.tar.gz: 43a2124856ea3cd386cdd0adc88496e8775ca5f4d06d25c57e0979a20a94898c2489fe1b84ee64c7214d5fef064c951c0ccfa8b8190329c9025bd4b5d5a7c95e
@@ -1,3 +1,3 @@
1
1
  module ModelAttributes
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: model_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ababii Alexandr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-28 00:00:00.000000000 Z
11
+ date: 2013-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -45,7 +45,6 @@ files:
45
45
  - lib/model_attributes.rb
46
46
  - MIT-LICENSE
47
47
  - Rakefile
48
- - README.rdoc
49
48
  - test/integration/navigation_test.rb
50
49
  - test/dummy/config.ru
51
50
  - test/dummy/config/boot.rb
@@ -81,7 +80,8 @@ files:
81
80
  - test/test_helper.rb
82
81
  - test/model_attributes_test.rb
83
82
  homepage: https://github.com/maki5/model_attributes
84
- licenses: []
83
+ licenses:
84
+ - MIT
85
85
  metadata: {}
86
86
  post_install_message:
87
87
  rdoc_options: []
data/README.rdoc DELETED
@@ -1,3 +0,0 @@
1
- = ModelAttributes
2
-
3
- This project rocks and uses MIT-LICENSE.