akaer 1.5.6 → 1.5.7

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.
data/akaer.gemspec CHANGED
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
28
28
  gem.add_development_dependency("simplecov", "~> 0.7.0")
29
29
  gem.add_development_dependency("pry", ">= 0")
30
30
  gem.add_development_dependency("yard", "~> 0.8.0")
31
- gem.add_development_dependency("redcarpet", "~> 2.2.0")
31
+ gem.add_development_dependency("redcarpet", "~> 2.2.2")
32
32
  gem.add_development_dependency("github-markup", "~> 0.7.0")
33
33
  end
data/doc/Akaer.html CHANGED
@@ -121,7 +121,7 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
121
121
  </div>
122
122
 
123
123
  <div id="footer">
124
- Generated on Fri Oct 19 08:57:43 2012 by
124
+ Generated on Mon Oct 22 08:37:31 2012 by
125
125
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
126
  0.8.2.1 (ruby-1.9.2).
127
127
  </div>
@@ -2126,7 +2126,7 @@
2126
2126
  </div>
2127
2127
 
2128
2128
  <div id="footer">
2129
- Generated on Fri Oct 19 08:57:43 2012 by
2129
+ Generated on Mon Oct 22 08:37:31 2012 by
2130
2130
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2131
2131
  0.8.2.1 (ruby-1.9.2).
2132
2132
  </div>
@@ -273,7 +273,7 @@
273
273
  </div>
274
274
 
275
275
  <div id="footer">
276
- Generated on Fri Oct 19 08:57:43 2012 by
276
+ Generated on Mon Oct 22 08:37:31 2012 by
277
277
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
278
278
  0.8.2.1 (ruby-1.9.2).
279
279
  </div>
@@ -149,7 +149,7 @@
149
149
 
150
150
  </div>
151
151
  </dt>
152
- <dd><pre class="code"><span class='int'>6</span></pre></dd>
152
+ <dd><pre class="code"><span class='int'>7</span></pre></dd>
153
153
 
154
154
  <dt id="STRING-constant" class="">STRING =
155
155
  <div class="docstring">
@@ -180,7 +180,7 @@
180
180
  </div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Fri Oct 19 08:57:43 2012 by
183
+ Generated on Mon Oct 22 08:37:31 2012 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
185
  0.8.2.1 (ruby-1.9.2).
186
186
  </div>
data/doc/_index.html CHANGED
@@ -138,7 +138,7 @@
138
138
  </div>
139
139
 
140
140
  <div id="footer">
141
- Generated on Fri Oct 19 08:57:43 2012 by
141
+ Generated on Mon Oct 22 08:37:31 2012 by
142
142
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
143
143
  0.8.2.1 (ruby-1.9.2).
144
144
  </div>
data/doc/file.README.html CHANGED
@@ -132,7 +132,7 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
132
132
  </div></div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Fri Oct 19 08:57:43 2012 by
135
+ Generated on Mon Oct 22 08:37:31 2012 by
136
136
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
137
  0.8.2.1 (ruby-1.9.2).
138
138
  </div>
data/doc/index.html CHANGED
@@ -132,7 +132,7 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
132
132
  </div></div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Fri Oct 19 08:57:43 2012 by
135
+ Generated on Mon Oct 22 08:37:31 2012 by
136
136
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
137
  0.8.2.1 (ruby-1.9.2).
138
138
  </div>
@@ -103,7 +103,7 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Fri Oct 19 08:57:43 2012 by
106
+ Generated on Mon Oct 22 08:37:31 2012 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
108
  0.8.2.1 (ruby-1.9.2).
109
109
  </div>
data/lib/akaer/version.rb CHANGED
@@ -16,7 +16,7 @@ module Akaer
16
16
  MINOR = 5
17
17
 
18
18
  # The patch version.
19
- PATCH = 6
19
+ PATCH = 7
20
20
 
21
21
  # The current version of akaer.
22
22
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: akaer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.6
4
+ version: 1.5.7
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: 2012-10-19 00:00:00.000000000 Z
12
+ date: 2012-10-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mamertes
@@ -114,7 +114,7 @@ dependencies:
114
114
  requirements:
115
115
  - - ~>
116
116
  - !ruby/object:Gem::Version
117
- version: 2.2.0
117
+ version: 2.2.2
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
@@ -122,7 +122,7 @@ dependencies:
122
122
  requirements:
123
123
  - - ~>
124
124
  - !ruby/object:Gem::Version
125
- version: 2.2.0
125
+ version: 2.2.2
126
126
  - !ruby/object:Gem::Dependency
127
127
  name: github-markup
128
128
  requirement: !ruby/object:Gem::Requirement
@@ -199,7 +199,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
199
199
  version: '0'
200
200
  segments:
201
201
  - 0
202
- hash: 981844720042435892
202
+ hash: -3868690546455498313
203
203
  required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  none: false
205
205
  requirements:
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
208
208
  version: '0'
209
209
  segments:
210
210
  - 0
211
- hash: 981844720042435892
211
+ hash: -3868690546455498313
212
212
  requirements: []
213
213
  rubyforge_project: akaer
214
214
  rubygems_version: 1.8.24