ww-postcodeapi 0.0.2 → 0.0.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Postcodeapi
2
2
 
3
- [![Build Status](https://travis-ci.org/martijnschouwe/postcodeapi.png)](https://travis-ci.org/martijnschouwe/postcodeapi) [![Code Climate](https://codeclimate.com/github/martijnschouwe/postcodeapi.png)](https://codeclimate.com/github/martijnschouwe/postcodeapi) [![Gem Version](https://badge.fury.io/rb/postcodeapi.png)](http://badge.fury.io/rb/ww-postcodeapi)
3
+ [![Build Status](https://travis-ci.org/Webworkz/postcodeapi.svg?branch=master)](https://travis-ci.org/Webworkz/postcodeapi) [![Code Climate](https://codeclimate.com/github/Webworkz/postcodeapi/badges/gpa.svg)](https://codeclimate.com/github/Webworkz/postcodeapi) [![Gem Version](https://badge.fury.io/rb/postcodeapi.png)](http://badge.fury.io/rb/ww-postcodeapi)
4
4
 
5
5
  API wrapper for postcodeapi.nu zipcode api.
6
6
 
@@ -16,7 +16,7 @@ And then execute:
16
16
 
17
17
  Or install it yourself as:
18
18
 
19
- $ gem install postcodeapi
19
+ $ gem install ww-postcodeapi
20
20
 
21
21
  ## Setup
22
22
 
@@ -48,4 +48,4 @@ You can then use:
48
48
  2. Create your feature branch (`git checkout -b my-new-feature`)
49
49
  3. Commit your changes (`git commit -am 'Add some feature'`)
50
50
  4. Push to the branch (`git push origin my-new-feature`)
51
- 5. Create new Pull Request
51
+ 5. Create new Pull Request
@@ -1,3 +1,3 @@
1
1
  module Postcodeapi
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -6,11 +6,11 @@ require 'postcodeapi/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "ww-postcodeapi"
8
8
  spec.version = Postcodeapi::VERSION
9
- spec.authors = ["martijnschouwe"]
10
- spec.email = ["martijnschouwe@hotmail.com"]
9
+ spec.authors = ["Webworkz"]
10
+ spec.email = ["info@webworkz.nl"]
11
11
  spec.description = %q{API wrapper for postcodeapi.nu zipcode api}
12
12
  spec.summary = %q{Get address details from the postcodeapi.nu api}
13
- spec.homepage = "https://github.com/martijnschouwe/postcodeapi"
13
+ spec.homepage = "https://github.com/webworkz/postcodeapi"
14
14
 
15
15
  spec.files = `git ls-files`.split($/)
16
16
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ww-postcodeapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - martijnschouwe
8
+ - Webworkz
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-10 00:00:00.000000000 Z
12
+ date: 2014-09-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -125,7 +125,7 @@ dependencies:
125
125
  version: '0'
126
126
  description: API wrapper for postcodeapi.nu zipcode api
127
127
  email:
128
- - martijnschouwe@hotmail.com
128
+ - info@webworkz.nl
129
129
  executables: []
130
130
  extensions: []
131
131
  extra_rdoc_files: []
@@ -143,7 +143,7 @@ files:
143
143
  - spec/spec_helper.rb
144
144
  - spec/vcr/get_address.yml
145
145
  - spec/vcr/get_street.yml
146
- homepage: https://github.com/martijnschouwe/postcodeapi
146
+ homepage: https://github.com/webworkz/postcodeapi
147
147
  licenses: []
148
148
  post_install_message:
149
149
  rdoc_options: []