torquebox-backstage 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Gemfile.lock +1 -1
  2. data/README.md +0 -4
  3. data/VERSION +1 -1
  4. data/backstage.rb +1 -1
  5. metadata +2 -2
data/Gemfile.lock CHANGED
@@ -10,7 +10,7 @@ GEM
10
10
  rake
11
11
  jmx (0.7)
12
12
  json (1.5.1-java)
13
- rack (1.2.1)
13
+ rack (1.2.2)
14
14
  rack-accept (0.4.3)
15
15
  rack (>= 0.4)
16
16
  rack-flash (0.1.1)
data/README.md CHANGED
@@ -45,10 +45,6 @@ First, install the gem:
45
45
 
46
46
  jruby -S gem install torquebox-backstage
47
47
 
48
- *Note:* the torquebox-backstage gem cannot be made available on rubygems.org
49
- until an official release of the torquebox gems is made. Until then, you will
50
- need to check out the source and run `jruby -S rake install` to install the gem.
51
-
52
48
  Then, deploy backstage using the `backstage` command. You can deploy with security
53
49
  disabled:
54
50
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/backstage.rb CHANGED
@@ -14,7 +14,7 @@
14
14
  # limitations under the License.
15
15
  #
16
16
 
17
- require 'bundler/setup'
17
+ #require 'bundler/setup'
18
18
  require 'sinatra/base'
19
19
  require 'rack-flash'
20
20
  require 'rack/accept'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: torquebox-backstage
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tobias Crawley
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-15 00:00:00 -04:00
13
+ date: 2011-04-18 00:00:00 -04:00
14
14
  default_executable: backstage
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency