akaer 1.5.7 → 1.5.8

Sign up to get free protection for your applications and to get access to all the features.
data/akaer.gemspec CHANGED
@@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
21
21
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
22
22
  gem.require_paths = ["lib"]
23
23
 
24
- gem.add_dependency("mamertes", ">= 1.1.8")
24
+ gem.add_dependency("mamertes", "~> 1.2.0")
25
25
 
26
26
  gem.add_development_dependency("rspec", "~> 2.11.0")
27
27
  gem.add_development_dependency("rake", "~> 0.9.0")
@@ -2126,7 +2126,7 @@
2126
2126
  </div>
2127
2127
 
2128
2128
  <div id="footer">
2129
- Generated on Mon Oct 22 08:37:31 2012 by
2129
+ Generated on Mon Oct 22 09:21:37 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 Mon Oct 22 08:37:31 2012 by
276
+ Generated on Mon Oct 22 09:21:37 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'>7</span></pre></dd>
152
+ <dd><pre class="code"><span class='int'>8</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 Mon Oct 22 08:37:31 2012 by
183
+ Generated on Mon Oct 22 09:21:37 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/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 Mon Oct 22 08:37:31 2012 by
124
+ Generated on Mon Oct 22 09:21:37 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>
data/doc/_index.html CHANGED
@@ -138,7 +138,7 @@
138
138
  </div>
139
139
 
140
140
  <div id="footer">
141
- Generated on Mon Oct 22 08:37:31 2012 by
141
+ Generated on Mon Oct 22 09:21:37 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 Mon Oct 22 08:37:31 2012 by
135
+ Generated on Mon Oct 22 09:21:37 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 Mon Oct 22 08:37:31 2012 by
135
+ Generated on Mon Oct 22 09:21:37 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 Mon Oct 22 08:37:31 2012 by
106
+ Generated on Mon Oct 22 09:21:37 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 = 7
19
+ PATCH = 8
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.7
4
+ version: 1.5.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -16,17 +16,17 @@ dependencies:
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ! '>='
19
+ - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 1.1.8
21
+ version: 1.2.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ! '>='
27
+ - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 1.1.8
29
+ version: 1.2.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: rspec
32
32
  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: -3868690546455498313
202
+ hash: -2005523174660840616
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: -3868690546455498313
211
+ hash: -2005523174660840616
212
212
  requirements: []
213
213
  rubyforge_project: akaer
214
214
  rubygems_version: 1.8.24