concord 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Changelog.md +4 -0
  2. data/concord.gemspec +1 -1
  3. data/lib/concord.rb +1 -0
  4. metadata +2 -2
@@ -1,3 +1,7 @@
1
+ # v0.0.3 2013-03-08
2
+
3
+ * [fix] 1.9.2 visibility problem
4
+
1
5
  # v0.0.2 2013-03-07
2
6
 
3
7
  * [change] remove unneded backports dependency
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'concord'
5
- s.version = '0.0.2'
5
+ s.version = '0.0.3'
6
6
  s.authors = ['Markus Schirp']
7
7
  s.email = ['mbj@seonic.net']
8
8
  s.homepage = 'https://github.com/mbj/composition'
@@ -66,6 +66,7 @@ private
66
66
  def define_readers(descendant)
67
67
  attribute_names = names
68
68
  descendant.send(:attr_reader, *attribute_names)
69
+ descendant.send(:public, *attribute_names)
69
70
  end
70
71
 
71
72
  # Define initializer
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concord
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-07 00:00:00.000000000 Z
12
+ date: 2013-03-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: adamantium