deis-rails 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: 4a0d197e8f02f0970bff04d1ccaa0dc3786638fa
4
- data.tar.gz: e12f349772fec864702e7dbd5149c56d6e6a7fd6
3
+ metadata.gz: 27c8dfad060d4e44ba92a1e45f818bdb9eb92427
4
+ data.tar.gz: 63761d9fd0beadcbdbfe5246a7994f4f24b56d6f
5
5
  SHA512:
6
- metadata.gz: bd5c59ae888e2e9fa73b68847a8713aff0e76cc6e2dfc0e4cf5c1f5566ddf7995163b3e83724e10540a5d1ba5a9e590b700188bb6acc0678ba9e6c471d6d3a3e
7
- data.tar.gz: b150f06d2bed83c050b5b14d030cb0ff74e639b7b893c58b71c13d8e9bde0af84906a334e421a4c127eef863c7f00f933e16dac506310b59f1d89fdd1c882640
6
+ metadata.gz: f344f5337af8f136421782af0495338938db27993b72765ac386a8f04b6e267d2fd89387ceb099d9e445b2ace3db0851db1da73e102734ed95d7dcf53f80aa46
7
+ data.tar.gz: 8bf2a1e2e6bf7f6606e2144fd68dba8de895ab5397ec787005775c09320b883ec3d1bee1a2b053e0e42782b9cb4676e34da612861dee4275247d4ca43cdb6cc0
File without changes
@@ -1,5 +1,5 @@
1
1
  module Deis
2
2
  module Rails
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deis-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Waldrip
@@ -83,7 +83,8 @@ dependencies:
83
83
  description:
84
84
  email:
85
85
  - jason@waldrip.net
86
- executables: []
86
+ executables:
87
+ - deis-rails
87
88
  extensions: []
88
89
  extra_rdoc_files: []
89
90
  files:
@@ -98,9 +99,9 @@ files:
98
99
  - README.md
99
100
  - Rakefile
100
101
  - bin/console
101
- - bin/deis-rails
102
102
  - bin/setup
103
103
  - deis-rails.gemspec
104
+ - exe/deis-rails
104
105
  - lib/deis/rails.rb
105
106
  - lib/deis/rails/version.rb
106
107
  homepage: https://github.com/brandfolder/deis-rails