railshoster 0.0.4 → 0.1.0
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/CHANGELOG.textile +4 -0
- data/lib/railshoster/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG.textile
CHANGED
|
@@ -19,6 +19,10 @@ h3. 0.0.3
|
|
|
19
19
|
* Enhanced error messages for invalid application tokens.
|
|
20
20
|
* Initial README.
|
|
21
21
|
|
|
22
|
+
h3. 0.4.0
|
|
23
|
+
|
|
24
|
+
* 0.4.0 has become 0.1.0 since features have been added.
|
|
25
|
+
|
|
22
26
|
h3. 0.1.0
|
|
23
27
|
|
|
24
28
|
* Added Railshoster Bundler settings to generate binstubs. Hence you don't have to use "bundle exec" all the time. See http://gembundler.com/deploying.html for more details.
|
data/lib/railshoster/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: railshoster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
+
- 1
|
|
8
9
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.0.4
|
|
10
|
+
version: 0.1.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Julian Fischer
|