ggem 1.4.3 → 1.5.0

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.
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{"Juh Gem", baby! (a generator of gems this is)}
12
12
  gem.summary = %q{"Juh Gem", baby! (a generator of gems this is)}
13
13
  gem.homepage = "http://github.com/redding/ggem"
14
+ gem.license = 'MIT'
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{TODO: Write a gem description}
12
12
  gem.summary = %q{TODO: Write a gem summary}
13
13
  gem.homepage = "http://github.com/__/<%= @gem.name %>"
14
+ gem.license = 'MIT'
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module GGem
2
- VERSION = "1.4.3"
2
+ VERSION = "1.5.0"
3
3
  end
@@ -1,7 +1,8 @@
1
1
  require 'assert'
2
- require 'test/support/name_set'
3
2
  require 'ggem'
4
3
 
4
+ require 'test/support/name_set'
5
+
5
6
  module GGem
6
7
 
7
8
  class BaseTests < Assert::Context
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ggem
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
- - 4
9
- - 3
10
- version: 1.4.3
8
+ - 5
9
+ - 0
10
+ version: 1.5.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kelly Redding
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2013-03-30 00:00:00 Z
19
+ date: 2013-07-19 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: assert
@@ -70,8 +70,8 @@ files:
70
70
  - test/system/ggem_tests.rb
71
71
  - test/unit/gem_tests.rb
72
72
  homepage: http://github.com/redding/ggem
73
- licenses: []
74
-
73
+ licenses:
74
+ - MIT
75
75
  post_install_message:
76
76
  rdoc_options: []
77
77