acts_as_shellscript_executable 0.0.4 → 1.0.0

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: 0b465054cb5119511d8b8738e3d78b542f07da1e
4
- data.tar.gz: 77f65e6a73801397000f4dd4521780ffeb2fa4f7
3
+ metadata.gz: e6a8e241562735233e6a275371b99f4005d58389
4
+ data.tar.gz: 50b7b987e7e516c819f19b32f515d9fef58a447f
5
5
  SHA512:
6
- metadata.gz: 61f07132577ee040f24022ba2f5265fda7b6bb2fe6b80d1738d203fc5c2e6ff4896ed35c4932797e86349805b1ed4d905acc712ee8ef4f315012c062135d55ee
7
- data.tar.gz: d8f373854a11636078f781304aac40f7d5beb1ae5ed5c18ce3fc9de79ef892d8f55e56425f1fc0acfb21f39d5c3e8e331029298a80c64f2dea4e7760ba1fd463
6
+ metadata.gz: b4477e0e174481f210961038c47e4c95e39899132def769494330842df053dba8af2a411b42b125f184239602b8334d49d0e19c2cb7fd90edad4036784922e03
7
+ data.tar.gz: 22e3dbd32b7f95a62c2a43bf693f9dbc4e7011d626cf6c85ccac1c3c735388b5a3f0a2f66d0883e7ab930805586f0f3212d89b44f4cd8f16681a895ee180441f
data/README.md CHANGED
@@ -27,9 +27,9 @@ script.save!
27
27
 
28
28
  ### after:
29
29
 
30
- | id | name | script | result |
31
- | :---|:----- |:--------------|:-------|
32
- | 1 | foo | echo 'lalala' | lalala |
30
+ | id | name | script | result |
31
+ | :---|:----- |:--------------|:---------|
32
+ | 1 | foo | echo 'lalala' | lalala\n |
33
33
 
34
34
  ## #execute!
35
35
 
@@ -75,11 +75,3 @@ And then execute:
75
75
  Or install it yourself as:
76
76
 
77
77
  $ gem install acts_as_shellscript_executable
78
-
79
- ## Contributing
80
-
81
- 1. Fork it ( http://github.com/hoshinotsuyoshi/acts_as_shellscript_executable/fork )
82
- 2. Create your feature branch (`git checkout -b my-new-feature`)
83
- 3. Commit your changes (`git commit -am 'Add some feature'`)
84
- 4. Push to the branch (`git push origin my-new-feature`)
85
- 5. Create new Pull Request
@@ -1,7 +1,7 @@
1
1
  module ActiveRecord
2
2
  module Acts
3
3
  module ShellscriptExecutable
4
- VERSION = '0.0.4'
4
+ VERSION = '1.0.0'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_shellscript_executable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - hoshinotsuyoshi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-27 00:00:00.000000000 Z
11
+ date: 2014-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler