pivotal-github 0.6.11 → 0.6.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Pivotal
2
2
  module Github
3
- VERSION = "0.6.11"
3
+ VERSION = "0.6.12"
4
4
  end
5
5
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.version = Pivotal::Github::VERSION
9
9
  gem.authors = ["Michael Hartl"]
10
10
  gem.email = ["michael@michaelhartl.com"]
11
- gem.description = %q{Add commands for Pivotal TrackerGitHub integration}
11
+ gem.description = %q{Add commands for Pivotal Tracker-GitHub integration}
12
12
  gem.summary = %q{See the README for full documentation}
13
13
  gem.homepage = "https://github.com/mhartl/pivotal-github"
14
14
 
metadata CHANGED
@@ -1,28 +1,20 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: pivotal-github
3
- version: !ruby/object:Gem::Version
4
- hash: 17
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.6.12
5
5
  prerelease:
6
- segments:
7
- - 0
8
- - 6
9
- - 11
10
- version: 0.6.11
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Michael Hartl
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2013-03-12 00:00:00 -07:00
19
- default_executable:
12
+ date: 2013-03-12 00:00:00.000000000 Z
20
13
  dependencies: []
21
-
22
- description: "Add commands for Pivotal Tracker\xE2\x80\x93GitHub integration"
23
- email:
14
+ description: Add commands for Pivotal Tracker-GitHub integration
15
+ email:
24
16
  - michael@michaelhartl.com
25
- executables:
17
+ executables:
26
18
  - git-story-commit
27
19
  - git-story-merge
28
20
  - git-story-pull
@@ -30,10 +22,8 @@ executables:
30
22
  - git-story-push
31
23
  - story-open
32
24
  extensions: []
33
-
34
25
  extra_rdoc_files: []
35
-
36
- files:
26
+ files:
37
27
  - .gitignore
38
28
  - .rspec
39
29
  - Gemfile
@@ -67,41 +57,31 @@ files:
67
57
  - spec/commands/story_push_spec.rb
68
58
  - spec/options/options_spec.rb
69
59
  - spec/spec_helper.rb
70
- has_rdoc: true
71
60
  homepage: https://github.com/mhartl/pivotal-github
72
61
  licenses: []
73
-
74
62
  post_install_message:
75
63
  rdoc_options: []
76
-
77
- require_paths:
64
+ require_paths:
78
65
  - lib
79
- required_ruby_version: !ruby/object:Gem::Requirement
66
+ required_ruby_version: !ruby/object:Gem::Requirement
80
67
  none: false
81
- requirements:
82
- - - ">="
83
- - !ruby/object:Gem::Version
84
- hash: 3
85
- segments:
86
- - 0
87
- version: "0"
88
- required_rubygems_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ! '>='
70
+ - !ruby/object:Gem::Version
71
+ version: '0'
72
+ required_rubygems_version: !ruby/object:Gem::Requirement
89
73
  none: false
90
- requirements:
91
- - - ">="
92
- - !ruby/object:Gem::Version
93
- hash: 3
94
- segments:
95
- - 0
96
- version: "0"
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
97
78
  requirements: []
98
-
99
79
  rubyforge_project:
100
- rubygems_version: 1.5.3
80
+ rubygems_version: 1.8.25
101
81
  signing_key:
102
82
  specification_version: 3
103
83
  summary: See the README for full documentation
104
- test_files:
84
+ test_files:
105
85
  - spec/commands/command_spec.rb
106
86
  - spec/commands/story_commit_spec.rb
107
87
  - spec/commands/story_merge_spec.rb