railshoster 0.0.4 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
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.
@@ -1,3 +1,3 @@
1
1
  module Railshoster
2
- VERSION = "0.0.4"
2
+ VERSION = "0.1.0"
3
3
  end
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: 23
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 4
10
- version: 0.0.4
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Julian Fischer