startling 0.0.2 → 0.0.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/lib/startling/commands/create_branch.rb +2 -14
- data/lib/startling/git_local.rb +0 -4
- data/lib/startling/version.rb +1 -1
- data/spec/startling_spec.rb +5 -6
- data/spec/vcr_cassettes/bin_start_starts_stories.yml +65 -65
- data/spec/vcr_cassettes/bin_start_starts_stories_pr_body.yml +76 -76
- data/startling.gemspec +2 -2
- metadata +5 -5
data/startling.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Startling::VERSION
|
|
9
9
|
spec.authors = ["Aaron Jensen", "Shaun Dern", "Jeff Forde"]
|
|
10
10
|
spec.email = ["tchdevs@substantial.com"]
|
|
11
|
-
spec.description = %q{script for startling a
|
|
12
|
-
spec.summary = %q{script for startling a
|
|
11
|
+
spec.description = %q{script for startling a story}
|
|
12
|
+
spec.summary = %q{script for startling a story}
|
|
13
13
|
spec.homepage = ""
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: startling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Jensen
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-01-
|
|
13
|
+
date: 2016-01-15 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -208,7 +208,7 @@ dependencies:
|
|
|
208
208
|
- - "~>"
|
|
209
209
|
- !ruby/object:Gem::Version
|
|
210
210
|
version: 0.7.3
|
|
211
|
-
description: script for startling a
|
|
211
|
+
description: script for startling a story
|
|
212
212
|
email:
|
|
213
213
|
- tchdevs@substantial.com
|
|
214
214
|
executables:
|
|
@@ -278,10 +278,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
278
278
|
version: '0'
|
|
279
279
|
requirements: []
|
|
280
280
|
rubyforge_project:
|
|
281
|
-
rubygems_version: 2.4.
|
|
281
|
+
rubygems_version: 2.4.8
|
|
282
282
|
signing_key:
|
|
283
283
|
specification_version: 4
|
|
284
|
-
summary: script for startling a
|
|
284
|
+
summary: script for startling a story
|
|
285
285
|
test_files:
|
|
286
286
|
- spec/spec_helper.rb
|
|
287
287
|
- spec/startling/commands/base_spec.rb
|