story_branch 0.2.2 → 0.2.3
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/story_branch.rb +3 -3
- metadata +15 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8a67d2da78941a2d54b65108e49d838afc917bf
|
|
4
|
+
data.tar.gz: 62e6fbd63eae23cb596009bfcf4335d7028c1f3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e524f0322f9698abdaf757a190c6e0c6d4f080d6cc3c56e2dba275512a7e92623df1d826b6e661a459c26de0b3ae3854d845444c0b7d4b541eedfa22eb9710e
|
|
7
|
+
data.tar.gz: 0a1d72edea9fbabfc5e5917af6c2e4232cd5202e0df99c9dfe13ccdc20e4ad2ee2eb4cdcf47b8af447dfac367174b06f890828fee246cf43f39652d69209488d
|
data/README.md
CHANGED
|
@@ -39,8 +39,8 @@ to your Pivotal api key, plus either a `.story_branch` file or
|
|
|
39
39
|
|
|
40
40
|
A YAML file with either/both of:
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
api: YOUR.PIVOTAL.API.KEY.STRING
|
|
43
|
+
project: YOUR.PROJECT.ID.NUMBER
|
|
44
44
|
|
|
45
45
|
Can be saved to `~/` or `./`
|
|
46
46
|
|
data/lib/story_branch.rb
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Dominic Wong <dominic.wong.617@gmail.com>
|
|
6
6
|
# Gabe Hollombe <gabe@neo.com>
|
|
7
7
|
#
|
|
8
|
-
# Version: 0.2.
|
|
8
|
+
# Version: 0.2.3
|
|
9
9
|
#
|
|
10
10
|
# ## Description
|
|
11
11
|
#
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
#
|
|
47
47
|
# A YAML file with either/both of:
|
|
48
48
|
#
|
|
49
|
-
#
|
|
50
|
-
#
|
|
49
|
+
# api: YOUR.PIVOTAL.API.KEY.STRING
|
|
50
|
+
# project: YOUR.PROJECT.ID.NUMBER
|
|
51
51
|
#
|
|
52
52
|
# Can be saved to `~/` or `./`
|
|
53
53
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: story_branch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Milkins
|
|
@@ -55,6 +55,20 @@ dependencies:
|
|
|
55
55
|
- - ~>
|
|
56
56
|
- !ruby/object:Gem::Version
|
|
57
57
|
version: '1.0'
|
|
58
|
+
- !ruby/object:Gem::Dependency
|
|
59
|
+
name: rb-readline
|
|
60
|
+
requirement: !ruby/object:Gem::Requirement
|
|
61
|
+
requirements:
|
|
62
|
+
- - ~>
|
|
63
|
+
- !ruby/object:Gem::Version
|
|
64
|
+
version: '0.5'
|
|
65
|
+
type: :runtime
|
|
66
|
+
prerelease: false
|
|
67
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
68
|
+
requirements:
|
|
69
|
+
- - ~>
|
|
70
|
+
- !ruby/object:Gem::Version
|
|
71
|
+
version: '0.5'
|
|
58
72
|
- !ruby/object:Gem::Dependency
|
|
59
73
|
name: rspec
|
|
60
74
|
requirement: !ruby/object:Gem::Requirement
|