cocaine 0.6.0.alpha → 0.6.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42a6b84941e1f52afbc43e5b0fff0dc534668c516427ba7dea6733082ee5f978
4
- data.tar.gz: 58ef2f4fc4d3d85956500094a1727f61ace61e11f306704b15abd20ddacce8ea
3
+ metadata.gz: a9e4619aa76af5da68bfd2c40c288b7822cc17dca6b0e90da8e675dabeecf7f0
4
+ data.tar.gz: e1cc629485a61ea599197c0734693eaf6945aabfa8af9331bffd21493adcd150
5
5
  SHA512:
6
- metadata.gz: fd079d559e02c3a1d53c1df45cba1cb9e88dce214cf3f6f92dd9a459174bb9505fc534ea7321cfbc2ff2200c6ab13aad2de7cc0c114f4bf50496cec806bcf74e
7
- data.tar.gz: 9fd6add73507e9ef1139b05bfe3c7f53eaee262e5b366793f64addc9fdccdf286707ea68168ae746ae945e785332c6861be74d901ed5c8b23c061c5ea55c126b
6
+ metadata.gz: 36c1b6b843f61aec855e9f8c0270c881d4e7f0ff32632367f476f57c7e8f1409b88339211bf41b79478f80df31c51dd138b27ed8d16b8ea6ead66064330465e9
7
+ data.tar.gz: ab46f0ecbbe17c3c95d899d0221eb21aefaabaded331bcb75e11c0352f883c9893090eec4b117248517bb923f5cdd203e8412a4812d678cd305dd53213913bdb
data/NEWS.md CHANGED
@@ -1,3 +1,13 @@
1
+ New for 0.6.0:
2
+
3
+ * Rename the project to Terrapin
4
+
5
+ New for 0.5.8:
6
+
7
+ * Improvement: Ensure that argument interpolations can be turned into Strings
8
+ * Feature: Save STDOUT and STDERR for inspection when the command completes
9
+ * Bug fix: Properly interpolate at the end of the line
10
+
1
11
  New for 0.5.7:
2
12
 
3
13
  * Feature: Allow collection of both STDOUT and STDERR.
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # Cocaine has been renamed to Terrapin
2
2
 
3
- Please track further development on (the Terrapin project
4
- page)[http://github.com/thoughtbot/terrapin].
3
+ Please track further development on [the Terrapin project page](http://github.com/thoughtbot/terrapin).
5
4
 
6
5
  The final version of this gem simply requires Terrapin. It should not function any
7
6
  differently from previous versions.
@@ -1,28 +1,28 @@
1
- $LOAD_PATH.push File.expand_path("../lib", __FILE__)
1
+ $LOAD_PATH.push File.expand_path('../lib', __FILE__)
2
2
  require 'cocaine/version'
3
3
 
4
4
  Gem::Specification.new do |s|
5
- s.name = "cocaine"
5
+ s.name = 'cocaine'
6
6
  s.version = Cocaine::VERSION.dup
7
7
  s.platform = Gem::Platform::RUBY
8
- s.author = "Jon Yurek"
9
- s.email = "jyurek@thoughtbot.com"
10
- s.homepage = "https://github.com/thoughtbot/cocaine"
11
- s.summary = "A small library for doing (command) lines"
12
- s.description = "A small library for doing (command) lines"
13
- s.license = "MIT"
8
+ s.author = 'Jon Yurek'
9
+ s.email = 'jyurek@thoughtbot.com'
10
+ s.homepage = 'https://github.com/thoughtbot/cocaine'
11
+ s.summary = 'A small library for doing (command) lines'
12
+ s.description = 'A small library for doing (command) lines'
13
+ s.license = 'MIT'
14
14
 
15
15
  s.files = `git ls-files`.split("\n")
16
16
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
- s.require_paths = ["lib"]
18
+ s.require_paths = ['lib']
19
19
 
20
- s.add_dependency("terrapin", "= 0.6.0.alpha")
20
+ s.add_dependency('terrapin', '= 0.6.0')
21
21
  s.add_development_dependency('rspec')
22
22
  s.add_development_dependency('bourne')
23
23
  s.add_development_dependency('mocha')
24
24
  s.add_development_dependency('rake')
25
- s.add_development_dependency('activesupport', ">= 3.0.0", "< 5.0")
25
+ s.add_development_dependency('activesupport', '>= 3.0.0', '< 5.0')
26
26
  s.add_development_dependency('pry')
27
27
  end
28
28
 
@@ -1,4 +1,4 @@
1
1
  # coding: UTF-8
2
2
  module Cocaine
3
- VERSION = "0.6.0.alpha".freeze
3
+ VERSION = "0.6.0".freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocaine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0.alpha
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Yurek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-12 00:00:00.000000000 Z
11
+ date: 2018-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: terrapin
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.6.0.alpha
19
+ version: 0.6.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.6.0.alpha
26
+ version: 0.6.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -163,12 +163,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
163
163
  version: '0'
164
164
  required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  requirements:
166
- - - ">"
166
+ - - ">="
167
167
  - !ruby/object:Gem::Version
168
- version: 1.3.1
168
+ version: '0'
169
169
  requirements: []
170
170
  rubyforge_project:
171
- rubygems_version: 2.7.4
171
+ rubygems_version: 2.7.3
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: A small library for doing (command) lines