technicalpickles-jeweler 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -0
- data/VERSION.yml +1 -1
- metadata +4 -4
data/Rakefile
CHANGED
@@ -9,11 +9,13 @@ begin
|
|
9
9
|
require 'jeweler'
|
10
10
|
Jeweler.gemspec = Gem::Specification.new do |s|
|
11
11
|
s.name = "jeweler"
|
12
|
+
s.executables = "jeweler"
|
12
13
|
s.summary = "Simple and opinionated helper for creating Rubygem projects on GitHub"
|
13
14
|
s.email = "josh@technicalpickles.com"
|
14
15
|
s.homepage = "http://github.com/technicalpickles/jeweler"
|
15
16
|
s.description = "Simple and opinionated helper for creating Rubygem projects on GitHub"
|
16
17
|
s.authors = ["Josh Nichols", "Dan Croak"]
|
18
|
+
s.bindir = 'bin'
|
17
19
|
s.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*"]
|
18
20
|
end
|
19
21
|
rescue LoadError
|
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.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Nichols
|
@@ -11,13 +11,13 @@ bindir: bin
|
|
11
11
|
cert_chain: []
|
12
12
|
|
13
13
|
date: 2008-10-24 00:00:00 -07:00
|
14
|
-
default_executable:
|
14
|
+
default_executable: jeweler
|
15
15
|
dependencies: []
|
16
16
|
|
17
17
|
description: Simple and opinionated helper for creating Rubygem projects on GitHub
|
18
18
|
email: josh@technicalpickles.com
|
19
|
-
executables:
|
20
|
-
|
19
|
+
executables:
|
20
|
+
- jeweler
|
21
21
|
extensions: []
|
22
22
|
|
23
23
|
extra_rdoc_files: []
|