technicalpickles-jeweler 0.10.0 → 0.10.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION.yml +1 -1
- data/lib/jeweler/templates/.document +5 -0
- metadata +2 -2
data/Rakefile
CHANGED
@@ -11,7 +11,7 @@ begin
|
|
11
11
|
gem.homepage = "http://github.com/technicalpickles/jeweler"
|
12
12
|
gem.description = "Simple and opinionated helper for creating Rubygem projects on GitHub"
|
13
13
|
gem.authors = ["Josh Nichols"]
|
14
|
-
gem.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*", 'lib/jeweler/templates/.
|
14
|
+
gem.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*", 'lib/jeweler/templates/.document', 'lib/jeweler/templates/.gitignore']
|
15
15
|
gem.add_dependency "peterwald-git"
|
16
16
|
gem.rubyforge_project = "pickles"
|
17
17
|
end
|
data/VERSION.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: technicalpickles-jeweler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Nichols
|
@@ -138,7 +138,7 @@ files:
|
|
138
138
|
- test/tmp/nongit
|
139
139
|
- test/version_tmp
|
140
140
|
- test/version_tmp/VERSION.yml
|
141
|
-
- lib/jeweler/templates/.
|
141
|
+
- lib/jeweler/templates/.document
|
142
142
|
- lib/jeweler/templates/.gitignore
|
143
143
|
has_rdoc: true
|
144
144
|
homepage: http://github.com/technicalpickles/jeweler
|