heroku_san 4.0.3 → 4.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
1
  .bundle
2
+ Gemfile.lock
2
3
  doc
3
4
  pkg
4
5
  Thumbs.db
@@ -1,3 +1,3 @@
1
1
  module HerokuSan
2
- VERSION = "4.0.3"
2
+ VERSION = "4.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku_san
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -201,7 +201,6 @@ files:
201
201
  - .travis.yml
202
202
  - CHANGELOG.md
203
203
  - Gemfile
204
- - Gemfile.lock
205
204
  - LICENSE
206
205
  - README.md
207
206
  - Rakefile
@@ -256,7 +255,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
256
255
  version: '0'
257
256
  segments:
258
257
  - 0
259
- hash: 3534516637765687596
258
+ hash: -4481926893784292258
260
259
  required_rubygems_version: !ruby/object:Gem::Requirement
261
260
  none: false
262
261
  requirements:
@@ -1,132 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- heroku_san (4.0.3)
5
- activesupport
6
- heroku-api (>= 0.1.2)
7
- rake
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- actionmailer (3.2.1)
13
- actionpack (= 3.2.1)
14
- mail (~> 2.4.0)
15
- actionpack (3.2.1)
16
- activemodel (= 3.2.1)
17
- activesupport (= 3.2.1)
18
- builder (~> 3.0.0)
19
- erubis (~> 2.7.0)
20
- journey (~> 1.0.1)
21
- rack (~> 1.4.0)
22
- rack-cache (~> 1.1)
23
- rack-test (~> 0.6.1)
24
- sprockets (~> 2.1.2)
25
- activemodel (3.2.1)
26
- activesupport (= 3.2.1)
27
- builder (~> 3.0.0)
28
- activerecord (3.2.1)
29
- activemodel (= 3.2.1)
30
- activesupport (= 3.2.1)
31
- arel (~> 3.0.0)
32
- tzinfo (~> 0.3.29)
33
- activeresource (3.2.1)
34
- activemodel (= 3.2.1)
35
- activesupport (= 3.2.1)
36
- activesupport (3.2.1)
37
- i18n (~> 0.6)
38
- multi_json (~> 1.0)
39
- arel (3.0.2)
40
- aruba (0.5.0)
41
- childprocess (= 0.2.3)
42
- cucumber (>= 1.1.1)
43
- ffi (>= 1.0.11)
44
- rspec-expectations (>= 2.7.0)
45
- builder (3.0.4)
46
- childprocess (0.2.3)
47
- ffi (~> 1.0.6)
48
- colorize (0.5.8)
49
- cucumber (1.2.1)
50
- builder (>= 2.1.2)
51
- diff-lcs (>= 1.1.3)
52
- gherkin (~> 2.11.0)
53
- json (>= 1.4.6)
54
- diff-lcs (1.1.3)
55
- erubis (2.7.0)
56
- excon (0.16.8)
57
- ffi (1.0.11)
58
- gherkin (2.11.5)
59
- json (>= 1.4.6)
60
- git-smart (0.1.9)
61
- colorize
62
- godot (0.1.0)
63
- heroku-api (0.3.6)
64
- excon (~> 0.16.7)
65
- hike (1.2.1)
66
- i18n (0.6.0)
67
- journey (1.0.3)
68
- json (1.7.5)
69
- mail (2.4.1)
70
- i18n (>= 0.4.0)
71
- mime-types (~> 1.16)
72
- treetop (~> 1.4.8)
73
- mime-types (1.17.2)
74
- multi_json (1.1.0)
75
- polyglot (0.3.3)
76
- rack (1.4.1)
77
- rack-cache (1.1)
78
- rack (>= 0.4)
79
- rack-ssl (1.3.2)
80
- rack
81
- rack-test (0.6.1)
82
- rack (>= 1.0)
83
- rails (3.2.1)
84
- actionmailer (= 3.2.1)
85
- actionpack (= 3.2.1)
86
- activerecord (= 3.2.1)
87
- activeresource (= 3.2.1)
88
- activesupport (= 3.2.1)
89
- bundler (~> 1.0)
90
- railties (= 3.2.1)
91
- railties (3.2.1)
92
- actionpack (= 3.2.1)
93
- activesupport (= 3.2.1)
94
- rack-ssl (~> 1.3.2)
95
- rake (>= 0.8.7)
96
- rdoc (~> 3.4)
97
- thor (~> 0.14.6)
98
- rake (0.9.2.2)
99
- rdoc (3.12)
100
- json (~> 1.4)
101
- rspec (2.11.0)
102
- rspec-core (~> 2.11.0)
103
- rspec-expectations (~> 2.11.0)
104
- rspec-mocks (~> 2.11.0)
105
- rspec-core (2.11.1)
106
- rspec-expectations (2.11.3)
107
- diff-lcs (~> 1.1.3)
108
- rspec-mocks (2.11.3)
109
- sprockets (2.1.2)
110
- hike (~> 1.2)
111
- rack (~> 1.0)
112
- tilt (~> 1.1, != 1.3.0)
113
- thor (0.14.6)
114
- tilt (1.3.3)
115
- treetop (1.4.10)
116
- polyglot
117
- polyglot (>= 0.3.1)
118
- tzinfo (0.3.31)
119
-
120
- PLATFORMS
121
- ruby
122
-
123
- DEPENDENCIES
124
- aruba
125
- bundler (~> 1.1)
126
- cucumber
127
- git-smart
128
- godot
129
- heroku_san!
130
- rails (>= 2)
131
- rake
132
- rspec