the-perfect-gem 3.1.26 → 4.0.0
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/Rakefile +2 -3
- data/VERSION +1 -1
- data/the-perfect-gem.gemspec +5 -5
- metadata +2 -2
data/Rakefile
CHANGED
|
@@ -2,7 +2,7 @@ require 'rake'
|
|
|
2
2
|
require 'rake/testtask'
|
|
3
3
|
require 'rcov/rcovtask'
|
|
4
4
|
|
|
5
|
-
$LOAD_PATH.unshift "/Users/
|
|
5
|
+
$LOAD_PATH.unshift "/Users/technicalpickles/code/active/jeweler/lib"
|
|
6
6
|
begin
|
|
7
7
|
require 'jeweler'
|
|
8
8
|
Jeweler::Tasks.new do |s|
|
|
@@ -19,9 +19,8 @@ begin
|
|
|
19
19
|
rubyforge.doc_task = "yardoc"
|
|
20
20
|
end
|
|
21
21
|
|
|
22
|
-
Jeweler::GemcutterTasks.new
|
|
23
22
|
rescue LoadError
|
|
24
|
-
puts "Jeweler not available. Install it with:
|
|
23
|
+
puts "Jeweler not available. Install it with: gem install jeweler"
|
|
25
24
|
end
|
|
26
25
|
|
|
27
26
|
Rake::TestTask.new do |t|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
4.0.0
|
data/the-perfect-gem.gemspec
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
# Generated by jeweler
|
|
2
|
-
# DO NOT EDIT THIS FILE
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
|
1
|
+
# Generated by jeweler
|
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{the-perfect-gem}
|
|
8
|
-
s.version = "
|
|
8
|
+
s.version = "4.0.0"
|
|
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"]
|
|
12
|
-
s.date = %q{2009-
|
|
12
|
+
s.date = %q{2009-11-23}
|
|
13
13
|
s.description = %q{the perfect gem (a testing gem for jeweler)}
|
|
14
14
|
s.email = %q{josh@technicalpickles.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
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:
|
|
4
|
+
version: 4.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Nichols
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-11-23 00:00:00 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|