torquebox-backstage 0.1.1 → 0.1.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.
- data/Gemfile.lock +1 -1
- data/README.md +0 -4
- data/VERSION +1 -1
- data/backstage.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
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
|
+
0.1.2
|
data/backstage.rb
CHANGED
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.
|
|
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-
|
|
13
|
+
date: 2011-04-18 00:00:00 -04:00
|
|
14
14
|
default_executable: backstage
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|