kelredd-simple-gem 0.5.0 → 0.5.1
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/README.rdoc +1 -1
- data/lib/simple_gem/version.rb +1 -1
- data/templates/Rakefile.erb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -30,7 +30,7 @@ Many thanks to Patrick Reagan (mailto:reaganpr@gmail.com) who is the original au
|
|
|
30
30
|
|
|
31
31
|
== License
|
|
32
32
|
|
|
33
|
-
Copyright (c) 2008-2009 Kelly Redding (mailto:
|
|
33
|
+
Copyright (c) 2008-2009 Kelly Redding (mailto:kelly@kelredd.com) and Patrick Reagan (mailto:reaganpr@gmail.com)
|
|
34
34
|
|
|
35
35
|
Permission is hereby granted, free of charge, to any person
|
|
36
36
|
obtaining a copy of this software and associated documentation
|
data/lib/simple_gem/version.rb
CHANGED
data/templates/Rakefile.erb
CHANGED
|
@@ -48,7 +48,7 @@ rescue LoadError
|
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
|
|
51
|
-
desc 'Generate the gemspec to serve this
|
|
51
|
+
desc 'Generate the gemspec to serve this gem'
|
|
52
52
|
task :gemspec do
|
|
53
53
|
file = File.dirname(__FILE__) + "/#{spec.name}.gemspec"
|
|
54
54
|
File.open(file, 'w') {|f| f << spec.to_ruby }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kelredd-simple-gem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kelly Redding (and Patrick Reagan)
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-07-
|
|
12
|
+
date: 2009-07-29 00:00:00 -07:00
|
|
13
13
|
default_executable: simple-gem
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -39,7 +39,7 @@ files:
|
|
|
39
39
|
- templates/test.rb.erb
|
|
40
40
|
- templates/test_helper.rb.erb
|
|
41
41
|
- bin/simple-gem
|
|
42
|
-
has_rdoc:
|
|
42
|
+
has_rdoc: false
|
|
43
43
|
homepage: http://github.com/kelredd/simple-gem
|
|
44
44
|
licenses:
|
|
45
45
|
post_install_message:
|
|
@@ -65,7 +65,7 @@ requirements: []
|
|
|
65
65
|
rubyforge_project:
|
|
66
66
|
rubygems_version: 1.3.5
|
|
67
67
|
signing_key:
|
|
68
|
-
specification_version:
|
|
68
|
+
specification_version: 3
|
|
69
69
|
summary: A gem to help quickly generate a ruby gem project ready to build, test, and deploy.
|
|
70
70
|
test_files: []
|
|
71
71
|
|