private_attr 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module PrivateAttr
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{Easily create private/protected attribute readers/writers}
12
12
  gem.summary = %q{Easily create private/protected attribute readers/writers}
13
13
  gem.homepage = "https://github.com/jswanner/private_attr"
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) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: private_attr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -29,7 +29,8 @@ files:
29
29
  - private_attr.gemspec
30
30
  - spec/private_attr_spec.rb
31
31
  homepage: https://github.com/jswanner/private_attr
32
- licenses: []
32
+ licenses:
33
+ - MIT
33
34
  post_install_message:
34
35
  rdoc_options: []
35
36
  require_paths: