heroku_dj_auto_scale 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock ADDED
@@ -0,0 +1,39 @@
1
+ GIT
2
+ remote: git://github.com/joelbasson/delayed_job.git
3
+ revision: 3288c17
4
+ specs:
5
+ delayed_job (2.1.4)
6
+ activesupport (~> 3.0)
7
+ daemons
8
+
9
+ PATH
10
+ remote: .
11
+ specs:
12
+ heroku_dj_auto_scale (0.0.4)
13
+ heroku
14
+
15
+ GEM
16
+ remote: http://rubygems.org/
17
+ specs:
18
+ activesupport (3.0.5)
19
+ configuration (1.2.0)
20
+ daemons (1.1.0)
21
+ heroku (1.18.3)
22
+ launchy (~> 0.3.2)
23
+ rest-client (>= 1.4.0, < 1.7.0)
24
+ launchy (0.3.7)
25
+ configuration (>= 0.0.5)
26
+ rake (>= 0.8.1)
27
+ mime-types (1.16)
28
+ rake (0.8.7)
29
+ rest-client (1.6.1)
30
+ mime-types (>= 1.16)
31
+
32
+ PLATFORMS
33
+ ruby
34
+
35
+ DEPENDENCIES
36
+ bundler (>= 1.0.0.rc.6)
37
+ delayed_job!
38
+ heroku
39
+ heroku_dj_auto_scale!
@@ -1,5 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
- require File.expand_path("../lib/heroku_dj_auto_scale/version", __FILE__)
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "heroku_dj_auto_scale/version"
3
4
 
4
5
  Gem::Specification.new do |s|
5
6
  s.name = "heroku_dj_auto_scale"
@@ -1,3 +1,3 @@
1
1
  module HerokuDjAutoScale
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku_dj_auto_scale
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Joel Basson
@@ -62,6 +62,7 @@ extra_rdoc_files: []
62
62
  files:
63
63
  - .gitignore
64
64
  - Gemfile
65
+ - Gemfile.lock
65
66
  - README.textile
66
67
  - Rakefile
67
68
  - heroku_dj_auto_scale.gemspec