aql 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ # v0.0.3 2013-05-21
2
+
3
+ - Fix missing attr_readers
4
+
1
5
  # v0.0.2 2013-05-21
2
6
 
3
7
  * [change] Update to concord ~> 0.1.0
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'aql'
5
- s.version = '0.0.2'
5
+ s.version = '0.0.3'
6
6
 
7
7
  s.authors = ['Markus Schirp']
8
8
  s.email = 'mbj@seonic.net'
@@ -4,6 +4,14 @@ module AQL
4
4
  class Name < self
5
5
  include Concord.new(:name)
6
6
 
7
+ # Return name
8
+ #
9
+ # @return [String]
10
+ #
11
+ # @api private
12
+ #
13
+ attr_reader :name
14
+
7
15
  private
8
16
 
9
17
  # Emit node
@@ -6,6 +6,14 @@ module AQL
6
6
  include Concord.new(:name, :value)
7
7
  SYMBOL = :'='
8
8
 
9
+ # Return name
10
+ #
11
+ # @return [AQL] name
12
+ #
13
+ # @api private
14
+ #
15
+ attr_reader :name
16
+
9
17
  private
10
18
 
11
19
  # Emit into buffer
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aql
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: