opskeleton 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml ADDED
@@ -0,0 +1,7 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.3
4
+ script:
5
+ - "bundle install"
6
+ - "rake test"
7
+
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opskeleton (0.4.0)
4
+ opskeleton (0.4.1)
5
5
  thor
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -15,6 +15,8 @@ Opsk aims to solve the following common issues:
15
15
 
16
16
  See it in action [here](https://www.youtube.com/watch?v=LNlHC54Ej8c).
17
17
 
18
+ [![Build Status](https://travis-ci.org/narkisr/opskeleton.png)](https://travis-ci.org/narkisr/opskeleton)
19
+
18
20
  Usage
19
21
  =========
20
22
 
@@ -41,7 +41,7 @@ module Opsk
41
41
  tar = "#{artifact}.tar.gz"
42
42
  input = artifact
43
43
  inside('pkg') do
44
- run("tar --exclude=#{excludes} -czf #{tar} #{input}")
44
+ run("tar --exclude=#{excludes} -czf #{tar} #{input} >> /dev/null" , :verbose => false)
45
45
  end
46
46
  end
47
47
 
@@ -1,3 +1,3 @@
1
1
  module Opskeleton
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opskeleton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -102,6 +102,7 @@ files:
102
102
  - .gitignore
103
103
  - .ruby-gemset
104
104
  - .ruby-version
105
+ - .travis.yml
105
106
  - CHANGES.md
106
107
  - Gemfile
107
108
  - Gemfile.lock
@@ -159,7 +160,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
160
  version: '0'
160
161
  segments:
161
162
  - 0
162
- hash: 970481843702191626
163
+ hash: -4580264575701529605
163
164
  required_rubygems_version: !ruby/object:Gem::Requirement
164
165
  none: false
165
166
  requirements:
@@ -168,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
169
  version: '0'
169
170
  segments:
170
171
  - 0
171
- hash: 970481843702191626
172
+ hash: -4580264575701529605
172
173
  requirements: []
173
174
  rubyforge_project:
174
175
  rubygems_version: 1.8.25