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 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: kelly@kelredd.com) and Patrick Reagan (mailto:reaganpr@gmail.com)
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
@@ -3,7 +3,7 @@ module SimpleGem
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 5
6
- TINY = 0
6
+ TINY = 1
7
7
 
8
8
  def self.to_s
9
9
  [MAJOR, MINOR, TINY].join('.')
@@ -48,7 +48,7 @@ rescue LoadError
48
48
  end
49
49
 
50
50
 
51
- desc 'Generate the gemspec to serve this Gem from Github'
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.0
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-28 00:00:00 -07:00
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: true
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: 2
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