has_translatable_attributes 0.0.1 → 0.0.2

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.
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{Provides convenience methods for setting/getting I18n specific fields.}
12
12
  gem.summary = %q{Provides convenience methods for setting/getting I18n specific fields.}
13
13
  gem.homepage = "https://github.com/phallstrom/has_translatable_attributes"
14
+ gem.license = "MIT"
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module HasTranslatableAttributes
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_translatable_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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-03-04 00:00:00.000000000 Z
12
+ date: 2013-09-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Provides convenience methods for setting/getting I18n specific fields.
15
15
  email:
@@ -29,7 +29,8 @@ files:
29
29
  - lib/has_translatable_attributes/version.rb
30
30
  - test/test_has_translatable_attributes.rb
31
31
  homepage: https://github.com/phallstrom/has_translatable_attributes
32
- licenses: []
32
+ licenses:
33
+ - MIT
33
34
  post_install_message:
34
35
  rdoc_options: []
35
36
  require_paths:
@@ -40,18 +41,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
40
41
  - - ! '>='
41
42
  - !ruby/object:Gem::Version
42
43
  version: '0'
43
- segments:
44
- - 0
45
- hash: -1493320279983591697
46
44
  required_rubygems_version: !ruby/object:Gem::Requirement
47
45
  none: false
48
46
  requirements:
49
47
  - - ! '>='
50
48
  - !ruby/object:Gem::Version
51
49
  version: '0'
52
- segments:
53
- - 0
54
- hash: -1493320279983591697
55
50
  requirements: []
56
51
  rubyforge_project:
57
52
  rubygems_version: 1.8.24
@@ -60,3 +55,4 @@ specification_version: 3
60
55
  summary: Provides convenience methods for setting/getting I18n specific fields.
61
56
  test_files:
62
57
  - test/test_has_translatable_attributes.rb
58
+ has_rdoc: