hack 0.1.0 → 0.1.1

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 (2) hide show
  1. data/hack.gemspec +4 -11
  2. metadata +25 -33
@@ -1,14 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'hack'
3
- s.description = "Hack - Convenient git workflow"
3
+ s.version = '0.1.1'
4
4
  s.summary = s.description
5
- s.homepage = "http://github.com/jpease/hack/"
6
-
7
- s.version = '0.1.0'
8
- s.date = '2009-11-19'
9
-
5
+ s.description = "Hack - Convenient git workflow"
10
6
  s.authors = ["Justin Pease"]
11
7
  s.email = "justin.pease@gmail.com"
8
+ s.homepage = "http://github.com/jpease/hack/"
12
9
 
13
10
  s.files = %w[
14
11
  README.md
@@ -16,12 +13,8 @@ Gem::Specification.new do |s|
16
13
  bin/hack
17
14
  lib/hack/hack.rb
18
15
  ]
16
+
19
17
  s.executables = ['hack']
20
18
  s.extra_rdoc_files = %w[README.md]
21
-
22
19
  s.require_paths = %w[lib]
23
- s.rubygems_version = '1.3.5'
24
- s.specification_version = 2 if s.respond_to? :specification_version=
25
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
26
-
27
20
  end
metadata CHANGED
@@ -1,58 +1,50 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: hack
3
- version: !ruby/object:Gem::Version
4
- version: 0.1.0
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ prerelease:
5
6
  platform: ruby
6
- authors:
7
+ authors:
7
8
  - Justin Pease
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
-
12
- date: 2009-11-19 00:00:00 -08:00
13
- default_executable:
12
+ date: 2011-11-21 00:00:00.000000000 Z
14
13
  dependencies: []
15
-
16
14
  description: Hack - Convenient git workflow
17
15
  email: justin.pease@gmail.com
18
- executables:
16
+ executables:
19
17
  - hack
20
18
  extensions: []
21
-
22
- extra_rdoc_files:
19
+ extra_rdoc_files:
23
20
  - README.md
24
- files:
21
+ files:
25
22
  - README.md
26
23
  - hack.gemspec
27
24
  - bin/hack
28
25
  - lib/hack/hack.rb
29
- has_rdoc: true
30
26
  homepage: http://github.com/jpease/hack/
31
27
  licenses: []
32
-
33
28
  post_install_message:
34
29
  rdoc_options: []
35
-
36
- require_paths:
30
+ require_paths:
37
31
  - lib
38
- required_ruby_version: !ruby/object:Gem::Requirement
39
- requirements:
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- version: "0"
43
- version:
44
- required_rubygems_version: !ruby/object:Gem::Requirement
45
- requirements:
46
- - - ">="
47
- - !ruby/object:Gem::Version
48
- version: "0"
49
- version:
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
50
44
  requirements: []
51
-
52
45
  rubyforge_project:
53
- rubygems_version: 1.3.5
46
+ rubygems_version: 1.8.11
54
47
  signing_key:
55
- specification_version: 2
56
- summary: Hack - Convenient git workflow
48
+ specification_version: 3
49
+ summary: ''
57
50
  test_files: []
58
-