the-perfect-gem 3.1.20 → 3.1.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION.yml +1 -1
  3. data/the-perfect-gem.gemspec +1 -1
  4. metadata +1 -1
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ begin
14
14
  s.authors = ["Josh Nichols"]
15
15
  end
16
16
  Jeweler::RubyforgeTasks.new do |rubyforge|
17
- rubyforge.doc_task = "yard"
17
+ rubyforge.doc_task = "yardoc"
18
18
  end
19
19
  rescue LoadError
20
20
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 20
2
+ :patch: 22
3
3
  :major: 3
4
4
  :minor: 1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{the-perfect-gem}
8
- s.version = "3.1.20"
8
+ s.version = "3.1.22"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Josh Nichols"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the-perfect-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.20
4
+ version: 3.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Nichols