raylayers 0.1.0 → 0.1.2

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 CHANGED
@@ -1,44 +1,15 @@
1
- QQQQQQQY: .-^.,vwwmQQQQQQQmmgwc;-~!QWQQQQQQQQQQQQQQQQQQQQQQQ
2
- QQQQQQf=} .. vmmWQQQQQQQQQQQQmdAwwaw@YQQQQQQ OpenLayers QQQQ
3
- QQQQQ@'s _amQWQQQQQQQQQQQQQQQQQmd$W$as/WQQQQ for QQQQ
4
- QQQQ@'-`_mQQWQQQQQQQWQQQQQQQQmBWWQBQWWc!$QQQ Rails QQQQ
5
- QQQ@',.<dWQQQQQQQQQQQQQQQQQQQQQ2IVammWQw>3QQQQQQQQQQQQQQQQQQ
6
- QQW` --{nQWQQQQQQQQQQQQQQBHmmwwuvvw%?9WWHQWQQQQQQQQQQQQQQQQW
7
- QQ'.a "XUWQQQQQQQQWQWWY!+ "=+#2<>?$Q2QWQQQQQQQQQQQQQQQ
8
- QW`)C =X3WWWQQQQQWWZn?`-` :3m;$m%mmmWQQQQQQQQQQQQQQW
9
- Qm.)[ .=ssvnXWTYo2":+ :-H(-=_aQUHWQQQQQQQQQQQQQW
10
- QQ;-._"^- -""+{no( : <qwc"?" )WQQQQQWQQQQWQQ
11
- QF =` -?' .- "9QW; <,3QQQQQQQQQWQQW
12
- Q[-` - _wa, .- ._: =umWQ,-{3mWQQQWQQQQQQQQ
13
- Qm, .mWWQQws|vliii__s_s,-{$WQL -`]WQQQQQQQQQQQW
14
- QQg <QWQQQWQWg%>"?9QQQQp3g:IWWWsswmQQQQQQQQWQQQW
15
- QQQL _%+` . _JQQQQQQQWW@"Qmw, "9WWp3L=vQBWmWQE$WQQWQQQQQQW
16
- QQQQm,-"""!^.a"=QWQQQWT!" .mQQma. ~IVo3av3QcvQQCdQQQQQQQQQQW
17
- QQQQf .a@^.%?!-^~- _yQQQQQg,. {vvQcl$f<TT{QQQQQQQWQQQW
18
- QQQQm, _dB( jms .{mWVY"^~"?l> ll3({Q[ _<mWQQQWQQQQQQW
19
- QQQQQm. -nI`<QEli.___ad?^ _. .w;+li><+ jQQQQQQQQQQQQQQW
20
- QQQQQQc - +?nu""- .aawmQQyw,.jWmaoi;); QQQQQQQQQQQQWQQW
21
- QQQQQQm.. , " . awQQWWZ??!"sa!mWWmc=i`:QWQQQQQQWQQQQQQW
22
- QQQQQQQc<. nc mQVT?sawgy2T":jQQQQz:> )WQQQQQQQQQQQQQQW
23
- QQQQQQQQ/ )Ww,=,.-"`_wW8VY!"=_;mQQQQQc:- )F?QWQQQQQQQWQQQW
24
- QQQQQQQQQa. )WWp>"^~-~^~-_aaamQQmQWQQ@> :I` -$QQQQWQQQQQQW
25
- QQQQQQQQQQQ, ?mWg%_. .awmwmmQQQQQQQQV~ -` |?$QQQQQQQQQW
26
- QQQQQQQQQQWQ/ "VQQgwwQQQWWQWQWWHWT!~ .-n,-??HQWQQQQ
27
- QQQQQQQQQQQQQw, ~="YVW$QQQ@("!Y!~ 3c-k -
28
- QQQQQQQQQQQQQQQc -~)Y!+ - =|m.k
29
- QQQQQQQQQQQWQB? _wd( 3p
30
- QQQQQQWD?!~- :( .%=$1,
31
-
32
1
  Installation
33
2
 
34
3
  In your Gemfile, add this line:
35
4
 
36
5
  gem "raylayers"
6
+
37
7
 
38
8
  Then, run bundle install. To invoke the generator, run:
39
9
 
40
10
  rails generate raylayers:install
41
11
 
42
- You're done!
12
+ You're done!
43
13
 
14
+ P.S.: python is required to build OpenLayers
44
15
 
@@ -1,3 +1,3 @@
1
1
  module Raylayers
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
data/raylayers.gemspec CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Fabio R. Panettieri"]
10
10
  s.email = ["fpanettieri@xoomcode.com"]
11
- s.homepage = "http://www.xoomcode.com/projects/raylayers"
11
+ s.homepage = ""
12
12
  s.summary = %q{OpenLayers for Rails}
13
- s.description = %q{"This gem provides a Rails generator to install OpenLayers into your Rails 3 app}
13
+ s.description = %q{This gem provides a Rails generator to install OpenLayers into your Rails 3 app}
14
14
 
15
15
  s.rubyforge_project = "raylayers"
16
16
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raylayers
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Fabio R. Panettieri
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-10 00:00:00 -03:00
18
+ date: 2011-01-13 00:00:00 -03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -34,7 +34,7 @@ dependencies:
34
34
  version: 0.9.4
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
- description: "\"This gem provides a Rails generator to install OpenLayers into your Rails 3 app"
37
+ description: This gem provides a Rails generator to install OpenLayers into your Rails 3 app
38
38
  email:
39
39
  - fpanettieri@xoomcode.com
40
40
  executables: []
@@ -53,7 +53,7 @@ files:
53
53
  - lib/raylayers/version.rb
54
54
  - raylayers.gemspec
55
55
  has_rdoc: true
56
- homepage: http://www.xoomcode.com/projects/raylayers
56
+ homepage: ""
57
57
  licenses: []
58
58
 
59
59
  post_install_message: