grassgis 0.4.3 → 0.5.0

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.
@@ -1,3 +1,3 @@
1
- module GrassGis
2
- VERSION = "0.4.3"
3
- end
1
+ module GrassGis
2
+ VERSION = "0.5.0"
3
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grassgis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Goizueta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-07 00:00:00.000000000 Z
11
+ date: 2016-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sys_cmd
@@ -83,11 +83,13 @@ files:
83
83
  - grassgis.gemspec
84
84
  - lib/grassgis.rb
85
85
  - lib/grassgis/context.rb
86
+ - lib/grassgis/cookbook.rb
86
87
  - lib/grassgis/error.rb
87
88
  - lib/grassgis/location.rb
88
89
  - lib/grassgis/mapset.rb
89
90
  - lib/grassgis/module.rb
90
91
  - lib/grassgis/support.rb
92
+ - lib/grassgis/tools.rb
91
93
  - lib/grassgis/version.rb
92
94
  homepage: https://github.com/jgoizueta/grassgis
93
95
  licenses:
@@ -109,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
111
  version: '0'
110
112
  requirements: []
111
113
  rubyforge_project:
112
- rubygems_version: 2.2.2
114
+ rubygems_version: 2.4.5.1
113
115
  signing_key:
114
116
  specification_version: 4
115
117
  summary: Support for scripting GRASS GIS in Ruby