rgeoserver 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/rgeoserver/style.rb +1 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.4
1
+ 0.7.5
@@ -86,7 +86,7 @@ module RGeoServer
86
86
  'sld_version' => doc.at_xpath('//sldVersion/version/text()').to_s,
87
87
  'filename' => doc.at_xpath('//filename/text()').to_s,
88
88
  'sld_doc' => begin
89
- Nokogiri::XML(@catalog.search({:styles => @name}, options={:format => 'sld'})).to_xml
89
+ Nokogiri::XML(@catalog.search({:styles => @name}, options={:format => :sld})).to_xml
90
90
  rescue RestClient::ResourceNotFound
91
91
  nil
92
92
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgeoserver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2014-10-22 00:00:00.000000000 Z
14
+ date: 2014-11-04 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activemodel