techbang-capistrano 0.0.1 → 0.0.2

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- Yjk3ZThhYmYwYjdmOTUxNDA2N2Y2MzY5YTk3OWRlYzJjOTI3ZDRkYg==
5
- data.tar.gz: !binary |-
6
- NmJiZDhkOGYwMGM4MmJjYWIzYThhNjFlZjc5ZDU3NWQ5ZjhiOGYyMA==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- YmUzY2I1MTlmOTg0MDMwNDJkNjIyOGM1YTJlZjExYTk4MmY3MzY4YzJiYmJm
10
- NWM1ZDBjMjNjNDM2MmYzMmM3ZjdkZDAwMGQ4MTkwZDg4ODU0MDMwYjI2YjA2
11
- MTc0Y2JhOGNmZmYyN2QxZWM3OTJmZjExNTRlZTRmM2MwYjY3NDY=
12
- data.tar.gz: !binary |-
13
- MTQ5ODEyYzI2ZjNiYjIwNDkyY2Q3ODNlYzYzZmE1MzJlZWE0MWFiZTc5ZWYx
14
- NjkxNzQ4Y2M5NjdiYzUzZmUyZmQ1ZDcxOGVlM2RhM2MzMTNkYzkzOGEwYjFm
15
- NGQ5NzQyZTgwMDQxNmIyYTE4YjIwMzY0YTFlMjQ3ZmM5NTgwYzI=
2
+ SHA1:
3
+ metadata.gz: 5bfedf6a6ec03419c6184ef90dc28610c2cbff8d
4
+ data.tar.gz: 14e0c387b07d361788317619703e20a38211115b
5
+ SHA512:
6
+ metadata.gz: f0a5eb19498552a5f3a611e361c0e78edf09b96835a61e239882c694ab4250c9e9eca46095065525df47096862a4f7a734c45185f58a0a724c49747a445ac5bd
7
+ data.tar.gz: c41515c5bd1daf0f82567c2cb1637555f15874b15e9768a359fd7aeb76f9d63f7cec1a9d9e1aa729e96282699544e67d74ea953be0bef335f8dec476cd9e4518
@@ -10,7 +10,7 @@ module Techbang
10
10
  # It was originally taken from:
11
11
  # https://github.com/AF83/capistrano-af83/blob/master/lib/capistrano/af83/deploy/assets.rb
12
12
  #
13
- set :assets_dependencies, %w(app/assets lib/assets vendor/assets Gemfile.lock config/routes.rb)
13
+ set :assets_dependencies, %w(app/assets lib/assets vendor/assets Gemfile.lock config/routes.rb config/environments)
14
14
 
15
15
  namespace :deploy do
16
16
  namespace :assets do
@@ -1,5 +1,5 @@
1
1
  module Techbang
2
2
  module Capistrano
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: techbang-capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Techbang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-22 00:00:00.000000000 Z
11
+ date: 2013-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -28,14 +28,14 @@ dependencies:
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  description: Capistrano recipes for Techbang.
@@ -63,17 +63,17 @@ require_paths:
63
63
  - lib
64
64
  required_ruby_version: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
- - - ! '>='
71
+ - - '>='
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0'
74
74
  requirements: []
75
75
  rubyforge_project:
76
- rubygems_version: 2.0.3
76
+ rubygems_version: 2.0.5
77
77
  signing_key:
78
78
  specification_version: 4
79
79
  summary: Capistrano recipes for Techbang.