site_search 0.0.3 → 0.0.4
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.md +2 -2
- metadata +3 -3
data/README.md
CHANGED
|
@@ -20,11 +20,11 @@ Start off by generating the required config and initializer files:
|
|
|
20
20
|
|
|
21
21
|
Rails 3
|
|
22
22
|
|
|
23
|
-
rails
|
|
23
|
+
rails g site_search:google_custom_search
|
|
24
24
|
|
|
25
25
|
Rails 2.3
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
script/generate google_custom_search
|
|
28
28
|
|
|
29
29
|
this should give you files in:
|
|
30
30
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: site_search
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Gareth Allen
|