capistrano-rails 0.0.2 → 0.0.3

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: 040d768415f3717d10e7caae44b0dda52b7d19a4
4
- data.tar.gz: 75c5e3f45ce8319813372b59a0ff52a691b2ea2e
3
+ metadata.gz: 311dc208ccd3e9a7d4d657aa3f7e1dc979cdf09b
4
+ data.tar.gz: 45eee5117fdf964426f2d9804c1c8f715ce1c460
5
5
  SHA512:
6
- metadata.gz: e49d4832d8ec8072b73db7e096994654c7765c1a659d72ce5c49124cc8f3e828e3837fdc3b3c9e785e8640d8151102d5740a59819599c2fc592346d49acd12d9
7
- data.tar.gz: 7ff9dd0995139cc17735053867fb93cc36e704c1fb852f68e01239b5bc9282571a0a961742e1961915132486d376bec160050b82a953b4f5aa590c6fb4a731ca
6
+ metadata.gz: e1a74166811a2f91fc404814d358637fc58a9dffc1c5d77b12232241994681393bf3ca5d16caf442f82212e5fba19fda521f8fb4464af2fa99faac8af041c1bc
7
+ data.tar.gz: 35c259ef5d1fb15e7a8c72b90ce68821e4bbad9ca1172a185e3c8ea3abde66ab839aef356eae8c3441743c2848f0d2fe99684950954e976463734c7d49fa8ee7
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "capistrano-rails"
7
- gem.version = '0.0.2'
7
+ gem.version = '0.0.3'
8
8
  gem.authors = ["Tom Clements", "Lee Hambley"]
9
9
  gem.email = ["seenmyfate@gmail.com", "lee.hambley@gmail.com"]
10
10
  gem.description = %q{Rails specific Capistrano tasks}
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Clements
@@ -39,6 +39,7 @@ files:
39
39
  - README.md
40
40
  - Rakefile
41
41
  - capistrano-rails.gemspec
42
+ - lib/capistrano-rails.rb
42
43
  - lib/capistrano/rails.rb
43
44
  - lib/capistrano/rails/assets.rb
44
45
  - lib/capistrano/rails/migrations.rb