hobo_support 1.4.0.pre4 → 1.4.0.pre5
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/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.4.0.
|
|
1
|
+
1.4.0.pre5
|
|
@@ -9,12 +9,6 @@ It can be installed into a Hobo app by typing:
|
|
|
9
9
|
|
|
10
10
|
hobo generate install_plugin <%= @filename %> git://github.com/my_github_username/<%= @filename %>.git
|
|
11
11
|
|
|
12
|
-
Although if this plugin is a theme, it's better to use:
|
|
13
|
-
|
|
14
|
-
hobo generate install_plugin <%= @filename %> git://github.com/my_github_username/<%= @filename %>.git --subsite=front --css-top
|
|
15
|
-
|
|
16
|
-
If you want it installed in a different subsite, replace "front" with the subsite name.
|
|
17
|
-
|
|
18
12
|
You'll have to manually remove references to any old themes from front_site.dryml, front.js & front.css.
|
|
19
13
|
|
|
20
14
|
The source for this plugin lives at git://github.com/my_github_username/<%= @filename %>. Pull requests are welcome.
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: hobo_support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: 6
|
|
5
|
-
version: 1.4.0.
|
|
5
|
+
version: 1.4.0.pre5
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Tom Locke
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-04-23 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|