rdeis 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/gemconversion +1 -1
  3. data/lib/rdeis/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44bcbb4094b26e89501275ce80570e1155b17473
4
- data.tar.gz: 0d1e28af9e9107149dd94889ac182a216d451f1c
3
+ metadata.gz: dffbcf515f435b9a9a0e2520f252020442b2d233
4
+ data.tar.gz: 77460a77a74a66c68dae96ff82d14a335388d12a
5
5
  SHA512:
6
- metadata.gz: 1c537fec9f23596cdd6b0e3896e37b1db04c9f19e43e531249fa22e0e4d53d37a5d86e3b6bfeff13cde2af93d9a20ece6c8a1976a6751bde624208b165e588e2
7
- data.tar.gz: 48e378fda95d22b066c287982c21e82050cbbe7e7db0654a64ce0877ed75fc5b74d341cc15aac60c94a78ce4df85154139bac751382c245cfa263583d8966835
6
+ metadata.gz: f91327aba85ae9e87c996f5956dd91dbc50b475970e3bc8459fb63726d52205bd1c7d9e1e6194600c3ba899c629bba70cc13d2aca8c9744001bb39df2b7f250c
7
+ data.tar.gz: 360c88693dfc2b06aa0fd020dc2cb3f3c2fc12576c2fd811dc12b3510db3c146fb9a25f43add9d221ff9b73a3d8b8e4313c72fe9864d7606d1d4500c9dd6a13d
data/gemconversion CHANGED
@@ -19,7 +19,7 @@ if File.exists?(file)
19
19
  File.open(ignore, "w"){|g| g.write(ignoring.gsub("gemconversion", "") + "\ngemconversion" ) }
20
20
  end
21
21
  # look for ruby version file
22
- `echo "#{ruby_version}" > ./ruby-version` if ! File.exists?(".ruby-version")
22
+ `echo "#{ruby_version}" > ./.ruby-version` if ! File.exists?(".ruby-version")
23
23
  # run the bundle
24
24
  install = `bundle install 2>&1 | grep 'Your bundle is complete!' | wc -l`.to_i
25
25
  # check the status
data/lib/rdeis/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module DEIS
2
- VERSION='0.0.9'
2
+ VERSION='0.0.10'
3
3
  LAST_VERSION='0.0.8'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdeis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Marshall
@@ -79,7 +79,7 @@ files:
79
79
  - lib/rdeis/version.rb
80
80
  - lib/ssh.rb
81
81
  - rdeis.gemspec
82
- homepage: https://github.com/charlesmarshall/deis_deploy/tree/0.0.9
82
+ homepage: https://github.com/charlesmarshall/deis_deploy/tree/0.0.10
83
83
  licenses:
84
84
  - MIT
85
85
  metadata: {}