geosparql_to_geojson 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcd9ad346bdd423eb3aebfe0bf821b1a1c87e41f
4
- data.tar.gz: 7112f7333d3f398292c470a5ecc62609a6e89809
3
+ metadata.gz: b9cf247ceb041db88f810de00147311d774de87d
4
+ data.tar.gz: ebe02c64bbfcc10b91aa79c5964303c2f035deb3
5
5
  SHA512:
6
- metadata.gz: e9b9f0014b2c918f050bc56556f11eec225cc3900ead86774efc4f33401cd17b715f40d9b5d452bff45be834e71837d31cbd6fba46732ea5db5722033a4899c8
7
- data.tar.gz: b58118a87c46afee15264a93ef67c2cd837dbdc159ce2f5abdfdc095e26eb375a3d0219aff2b30c6bd3d5084d5187ea948b85f957a8bdd2175df6fcb762f370c
6
+ metadata.gz: ea5c00ac23d27d9fd95edf5556359805225fcb297f78cfc6d72005252aba6ad73aef15b227a0d1c8e735a69b71e7360b2829d93bc8788d88af229e5710aae825
7
+ data.tar.gz: 25cf30b33efb1b97da64af3a16c4b268214f5d500fa48171fc9b6bf2802ae9b7a19101e2f5cad859a6cc83fa2bf999be4f108a3a3e2b2c5b705b655dac0b50f8
data/Makefile ADDED
@@ -0,0 +1,16 @@
1
+ .PHONY: checkout_to_release deploy_to_release
2
+
3
+ # Github variables
4
+ GITHUB_API=https://api.github.com
5
+ ORG=ukparliament
6
+ REPO=geosparql_to_geojson
7
+ LATEST_REL=$(GITHUB_API)/repos/$(ORG)/$(REPO)/releases
8
+ REL_TAG=$(shell curl -s $(LATEST_REL) | jq -r '.[0].tag_name')
9
+
10
+ checkout_to_release:
11
+ git checkout -b release $(REL_TAG)
12
+
13
+ deploy_to_release:
14
+ gem build *.gemspec
15
+ gem push *.gem
16
+ rm *.gem
data/README.md CHANGED
@@ -130,5 +130,5 @@ If you wish to submit a bug fix or feature, you can create a pull request and it
130
130
  [info-coveralls]: https://coveralls.io/github/ukparliament/geosparql_to_geojson
131
131
  [shield-coveralls]: https://img.shields.io/coveralls/ukparliament/geosparql_to_geojson.svg
132
132
 
133
- [info-license]: http://www.parliament.uk/site-information/copyright/open-parliament-licence/
133
+ [info-license]: http://www.parliament.uk/site-information/copyright-parliament/open-parliament-licence/
134
134
  [shield-license]: https://img.shields.io/badge/license-Open%20Parliament%20Licence-blue.svg
@@ -1,3 +1,3 @@
1
1
  module GeosparqlToGeojson
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geosparql_to_geojson
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Callum Neve-Jones
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-05 00:00:00.000000000 Z
11
+ date: 2017-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json-schema
@@ -94,6 +94,7 @@ files:
94
94
  - CODE_OF_CONDUCT.md
95
95
  - Gemfile
96
96
  - LICENSE.txt
97
+ - Makefile
97
98
  - README.md
98
99
  - Rakefile
99
100
  - bin/console
@@ -125,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
126
  version: '0'
126
127
  requirements: []
127
128
  rubyforge_project:
128
- rubygems_version: 2.6.12
129
+ rubygems_version: 2.6.8
129
130
  signing_key:
130
131
  specification_version: 4
131
132
  summary: Converts GeoSparql to GeoJSON