comma_separated_storage 0.0.2 → 0.0.3

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.
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
13
13
  gem.summary = %q{Given an object with a string attribute containing a comma-separated list of items,
14
14
  this gem makes it easier to deal with the list even though it is stored as a string}
15
15
 
16
- gem.homepage = "https://github.com/conanite/polyglot"
16
+ gem.homepage = "https://github.com/conanite/comma_separated_storage"
17
17
 
18
18
  gem.add_development_dependency 'rspec', '~> 2.9'
19
19
 
@@ -1,3 +1,3 @@
1
1
  module CommaSeparatedStorage
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comma_separated_storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -46,7 +46,7 @@ files:
46
46
  - lib/comma_separated_storage/version.rb
47
47
  - spec/comma_separated_storage_spec.rb
48
48
  - spec/spec_helper.rb
49
- homepage: https://github.com/conanite/polyglot
49
+ homepage: https://github.com/conanite/comma_separated_storage
50
50
  licenses: []
51
51
  post_install_message:
52
52
  rdoc_options: []