recognition 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -6
  2. data/lib/recognition/version.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -28,9 +28,4 @@ require 'rspec/core/rake_task'
28
28
  RSpec::Core::RakeTask.new(:spec)
29
29
  task :default => :spec
30
30
 
31
- Bundler::GemHelper.install_tasks
32
-
33
- YARD::Rake::YardocTask.new do |t|
34
- t.files = ['lib/**/*.rb', 'CHANGELOG.txt', 'LICENSE.txt', 'CONTRIBUTING.txt']
35
- t.options = ['--any', '--extra', '--opts']
36
- end
31
+ Bundler::GemHelper.install_tasks
@@ -1,4 +1,4 @@
1
1
  module Recognition
2
2
  # Current Version
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -177,7 +177,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
177
177
  version: '0'
178
178
  segments:
179
179
  - 0
180
- hash: -2843760632124197996
180
+ hash: 453535705823621240
181
181
  required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  none: false
183
183
  requirements:
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  version: '0'
187
187
  segments:
188
188
  - 0
189
- hash: -2843760632124197996
189
+ hash: 453535705823621240
190
190
  requirements: []
191
191
  rubyforge_project:
192
192
  rubygems_version: 1.8.23