jem 0.0.1 → 0.0.2

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.
Files changed (4) hide show
  1. data/LICENCE +20 -0
  2. data/Rakefile +2 -1
  3. data/jem.gemspec +4 -4
  4. metadata +17 -3
data/LICENCE CHANGED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2010 Jason Watson
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rake/gempackagetask'
2
2
 
3
3
  spec = Gem::Specification.new do |s|
4
4
  s.name = 'jem'
5
- s.version = '0.0.1'
5
+ s.version = '0.0.2'
6
6
  s.date = '2010-07-08'
7
7
  s.description = "Quick and simple generic Ruby project (i.e. making gems) directory and file structure generator."
8
8
  s.summary = s.description
@@ -28,6 +28,7 @@ spec = Gem::Specification.new do |s|
28
28
  s.require_paths = %w[lib]
29
29
  s.rubyforge_project = 'jem'
30
30
  s.executables = %w(jem)
31
+ s.add_dependency('trollop');
31
32
  end
32
33
 
33
34
  Rake::GemPackageTask.new(spec) do |pkg|
data/jem.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  Gem::Specification.new do |s|
3
3
  s.name = 'jem'
4
- s.version = '0.0.1'
4
+ s.version = '0.0.2'
5
5
  s.date = '2010-07-08'
6
6
  s.description = "Quick and simple generic Ruby project (i.e. making gems) directory and file structure generator."
7
7
  s.summary = s.description
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.files = %w[
13
13
  CHANGELOG
14
14
  LICENCE
15
- README
15
+ README.markdown
16
16
  Rakefile
17
17
  VERSION
18
18
  bin/
@@ -27,6 +27,6 @@ Gem::Specification.new do |s|
27
27
  s.require_paths = %w[lib]
28
28
  s.rubyforge_project = 'jem'
29
29
  s.executables = %w(jem)
30
+ s.add_dependency('trollop')
30
31
 
31
-
32
- end
32
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jem
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jason Watson
@@ -32,6 +32,20 @@ dependencies:
32
32
  version: "0"
33
33
  type: :development
34
34
  version_requirements: *id001
35
+ - !ruby/object:Gem::Dependency
36
+ name: trollop
37
+ prerelease: false
38
+ requirement: &id002 !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ hash: 3
44
+ segments:
45
+ - 0
46
+ version: "0"
47
+ type: :runtime
48
+ version_requirements: *id002
35
49
  description: Quick and simple generic Ruby project (i.e. making gems) directory and file structure generator.
36
50
  email: jbw@bw.cc
37
51
  executables: