attrio 0.7.0 → 0.7.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c26804a67602226869134d4830cd56bb002e6fa1
4
- data.tar.gz: c51a28f44ef045e5025f83ba2881730b7a8d076c
3
+ metadata.gz: f38f08eb9c96c9bc68668f4b28bacece08cd119b
4
+ data.tar.gz: 982476ccb901dc19c20c37f8f1509d5614ebda47
5
5
  SHA512:
6
- metadata.gz: 13b609a39fc2baa89f90baa88745d8445c65752e80e81e9459063841cc38908110d868678b8e2127d6269460e8538b16829d57df39c9da2e1c91bca4bd2ad187
7
- data.tar.gz: f6c218f0f6bb04c43216b6e378bd66cb14426c652e7929162a7f42160198fdd61c21983da5133e99f6ecf4e23fb084b89952c61aa24c8b0147d1330bd04d69b4
6
+ metadata.gz: ccb357e02fcadfde2302b69f4c773379c75a980631cda62d043d2e4d1ffa12afd43417e09bea001c6826bffdd44a1f41193776f0130546850351e6b88e47eb88
7
+ data.tar.gz: 8649db1c408b5db579bd4cc8775d642dbe71056e0ea7095b00587f8fa3089fe8b59bf0527305317b1ba0b18814f182ce391ff6fce756ec3eda2470c434c45c32
@@ -7,10 +7,11 @@ require 'attrio/version'
7
7
  Gem::Specification.new do |gem|
8
8
  gem.name = "attrio"
9
9
  gem.version = Attrio::Version::STRING
10
- gem.authors = ['Igor Alexandrov', 'Julia Egorova']
10
+ gem.authors = ['Igor Alexandrov', 'Julia Egorova']
11
11
  gem.email = 'hello@jetrockets.ru'
12
12
  gem.summary = "Attributes for plain old Ruby objects. No dependencies, only simplicity and clearness."
13
13
  gem.homepage = "https://github.com/jetrockets/attrio"
14
+ gem.licenses = ['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) }
@@ -21,7 +21,7 @@ module Attrio
21
21
  end
22
22
 
23
23
  def writer_visibility
24
- @writer_visibility ||= self.accessor_name_from_options(:writer) || :public
24
+ @writer_visibility ||= self.accessor_visibility_from_options(:writer) || :public
25
25
  end
26
26
 
27
27
  def instance_variable_name
@@ -4,7 +4,7 @@ module Attrio
4
4
  module Version
5
5
  MAJOR = 0
6
6
  MINOR = 7
7
- PATCH = 0
7
+ PATCH = 1
8
8
  BUILD = nil
9
9
 
10
10
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attrio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Alexandrov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-02 00:00:00.000000000 Z
12
+ date: 2013-11-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -172,7 +172,8 @@ files:
172
172
  - spec/unit/types/symbol_spec.rb
173
173
  - spec/unit/types/time_spec.rb
174
174
  homepage: https://github.com/jetrockets/attrio
175
- licenses: []
175
+ licenses:
176
+ - MIT
176
177
  metadata: {}
177
178
  post_install_message:
178
179
  rdoc_options: []
@@ -190,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
191
  version: '0'
191
192
  requirements: []
192
193
  rubyforge_project:
193
- rubygems_version: 2.0.6
194
+ rubygems_version: 2.0.3
194
195
  signing_key:
195
196
  specification_version: 4
196
197
  summary: Attributes for plain old Ruby objects. No dependencies, only simplicity and
@@ -216,3 +217,4 @@ test_files:
216
217
  - spec/unit/types/integer_spec.rb
217
218
  - spec/unit/types/symbol_spec.rb
218
219
  - spec/unit/types/time_spec.rb
220
+ has_rdoc: