cide 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8b7306c43d5aaabf79afd1e12b0a1eae76589e4
4
- data.tar.gz: 7aa28b61d7eb8c89c1a8c039fdc3f4e02be2b669
3
+ metadata.gz: b13407dc7b787e3fc64af27c04c31c184db72fe8
4
+ data.tar.gz: e4cce2fd8ea61a204413009b4e57f47abcf0b005
5
5
  SHA512:
6
- metadata.gz: 4e69fc8cb1ea540a41b2e50235c3789a6c21e5c8bec795358fcbceb0d00284dcea468459a5337cb0e315365510a4eea1bef7e466fcc7dad1506606f703227a57
7
- data.tar.gz: 0e909b70f7e562466500aa5aebd7d261b8d549a8878eff8f677375088d9acc813fbe279200865cf3e31a4f0047bbf912a6b6b6d13042a828c487d9aa86ef61e2
6
+ metadata.gz: 5e224c380f04d7906384d5276ca039cf1c4c0f552381e18e0c6b70fa1ecd0d8b23191b46e7ac261ce4308fe557b7d5cf940283b925478c4a3044364122016bad
7
+ data.tar.gz: c3a60c370b9fc787d6c24531ded055d07f2aeb6f9a54a0776d5a8fae5d90b6856d5812ce6010409f8873b657d32cf3b0ff6f4994cf4f38dde93ef5b815992c9b
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *.gem
data/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+
2
+ 0.0.2 / 2014-09-15
3
+ ==================
4
+
5
+ * Gemfile added
6
+ * MIT license
7
+ * adds the missing cide executable in the gem
8
+
9
+ 0.0.1 / 2014-09-13
10
+ ==================
11
+
12
+ First release
13
+
data/Gemfile ADDED
@@ -0,0 +1,2 @@
1
+ source "https://rubygems.org"
2
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,14 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ cide (0.0.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+
10
+ PLATFORMS
11
+ ruby
12
+
13
+ DEPENDENCIES
14
+ cide!
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ (The MIT License)
2
+
3
+ Copyright (c) 2014 zimbatm
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the 'Software'), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -42,6 +42,7 @@ doesn't allow referencing files outside of the directory (even with a symlink)
42
42
  TODO
43
43
  ----
44
44
 
45
+ * linked container
45
46
  * schema validation
46
47
  * use the /cache volume
47
48
  * multi-container runs
data/cide.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'cide'
5
- s.version = '0.0.1'
5
+ s.version = '0.0.2'
6
6
  s.authors = ['zimbatm']
7
7
  s.email = ['zimbatm@zimbatm.com']
8
8
  s.summary = 'CI docker runner'
@@ -13,6 +13,7 @@ DESC
13
13
  s.homepage = 'https://github.com/zimbatm/cide'
14
14
  s.license = 'MIT'
15
15
 
16
+ s.executables << 'cide'
16
17
  s.files = `git ls-files`.split($/)
17
18
  s.test_files = `git ls-files spec`.split($/)
18
19
  s.require_paths = ['lib']
metadata CHANGED
@@ -1,24 +1,30 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cide
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - zimbatm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-13 00:00:00.000000000 Z
11
+ date: 2014-09-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  cide makes it easy to reproduce CI builds on the developer computer by
15
15
  providing the same docker environment.
16
16
  email:
17
17
  - zimbatm@zimbatm.com
18
- executables: []
18
+ executables:
19
+ - cide
19
20
  extensions: []
20
21
  extra_rdoc_files: []
21
22
  files:
23
+ - ".gitignore"
24
+ - CHANGELOG.md
25
+ - Gemfile
26
+ - Gemfile.lock
27
+ - LICENSE
22
28
  - README.md
23
29
  - bin/cide
24
30
  - cide.gemspec
@@ -32,17 +38,17 @@ require_paths:
32
38
  - lib
33
39
  required_ruby_version: !ruby/object:Gem::Requirement
34
40
  requirements:
35
- - - '>='
41
+ - - ">="
36
42
  - !ruby/object:Gem::Version
37
43
  version: '0'
38
44
  required_rubygems_version: !ruby/object:Gem::Requirement
39
45
  requirements:
40
- - - '>='
46
+ - - ">="
41
47
  - !ruby/object:Gem::Version
42
48
  version: '0'
43
49
  requirements: []
44
50
  rubyforge_project:
45
- rubygems_version: 2.0.14
51
+ rubygems_version: 2.4.1
46
52
  signing_key:
47
53
  specification_version: 4
48
54
  summary: CI docker runner