walruz-rails 0.0.9 → 0.0.10
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/README.rdoc +9 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -36,7 +36,15 @@ The result of this invocation will be on a controller method called `policy_para
|
|
|
36
36
|
|
|
37
37
|
== INSTALL
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
Installation can be done in two ways, either as a gem configuring the dependency in environment.rb
|
|
40
|
+
|
|
41
|
+
config.gem 'walruz-rails'
|
|
42
|
+
|
|
43
|
+
or as a plugin through script/plugin install
|
|
44
|
+
|
|
45
|
+
$ script/plugin install git://github.com/noomii/walruz-rails.git
|
|
46
|
+
|
|
47
|
+
Afterwards execute the generator to enable walruz on your project:
|
|
40
48
|
|
|
41
49
|
$ script/generate walruz
|
|
42
50
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: walruz-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roman Gonzalez
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date:
|
|
12
|
+
date: 2010-03-11 00:00:00 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|