pivotal_shell 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/pivotal_shell/version.rb +1 -1
- data/pivotal_shell.gemspec +1 -1
- metadata +4 -4
data/pivotal_shell.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Leonid Shevtsov"]
|
10
10
|
s.email = ["leonid@shevtsov.me"]
|
11
|
-
s.homepage = "
|
11
|
+
s.homepage = "https://github.com/leonid-shevtsov/pivotal_shell"
|
12
12
|
s.summary = %q{A command-line client for Pivotal Tracker}
|
13
13
|
|
14
14
|
s.add_dependency 'pivotal-tracker', '=0.3'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pivotal_shell
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Leonid Shevtsov
|
@@ -57,7 +57,7 @@ files:
|
|
57
57
|
- lib/pivotal_shell/version.rb
|
58
58
|
- pivotal_shell.gemspec
|
59
59
|
has_rdoc: true
|
60
|
-
homepage:
|
60
|
+
homepage: https://github.com/leonid-shevtsov/pivotal_shell
|
61
61
|
licenses: []
|
62
62
|
|
63
63
|
post_install_message:
|