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 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/.documena', 'lib/jeweler/templates/.gitignore']
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
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 10
4
- :patch: 0
4
+ :patch: 1
@@ -0,0 +1,5 @@
1
+ README.rdoc
2
+ lib/**/*.rb
3
+ bin/*
4
+ features/**/*.feature
5
+ LICENSE
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.0
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/.documena
141
+ - lib/jeweler/templates/.document
142
142
  - lib/jeweler/templates/.gitignore
143
143
  has_rdoc: true
144
144
  homepage: http://github.com/technicalpickles/jeweler