nationbuilder-rb 1.3.0 → 1.3.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: c727153fa9f23c77b2ecbfd29b3132a7ff83d010
4
- data.tar.gz: 086d1340d0fd37974591d4159ff7b16942a2438c
3
+ metadata.gz: c5c62829ecbd0990f8fd4860b910df7553ea5c15
4
+ data.tar.gz: 026d923800c4985952d4a37c389d5bbdfaf96f3a
5
5
  SHA512:
6
- metadata.gz: 25301164f512c894f0622c3b811be4f0bda7380939fc49474dd16727278de98f6f216206d1cf82f54cd2611ac20077c1ff3ce570f71fd6b9f40c137f553891a1
7
- data.tar.gz: 0a180b930c0356d1d48981fb3e909d3787ddcad360c9beb12b70fc05317276b15f41e4f5413c0d147172717630f471c0d11ccda4fb15411ef4fd94f29460ec06
6
+ metadata.gz: d86bd8926ae26c03477dc0259ac064eef739546b4bdc3700470a2e66af61b52b5eb659f95d0bb43b7ff22fb442ee1cd3de2ed52384a5a7e09eedd663773c4fee
7
+ data.tar.gz: b07d522bf665d40727fa7661d79a7085821a7d225aeeffb90a81a0eb572929341bb79cf2fe04fd19e1c572209516798c184077088babf5e699bc42448d168bb0
data/README.md CHANGED
@@ -15,7 +15,7 @@ $ gem install nationbuilder-rb
15
15
  Or, add this to your gemfile:
16
16
 
17
17
  ```ruby
18
- gem 'nationbuilder-rb'
18
+ gem 'nationbuilder-rb', :require => 'nationbuilder'
19
19
  ```
20
20
 
21
21
  ## Creating a client
@@ -121,4 +121,4 @@ Endpoint: basic_pages
121
121
  Required parameters: site_slug
122
122
 
123
123
  ...
124
- ```
124
+ ```
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'jeweler'
4
4
 
5
5
  Jeweler::Tasks.new do |gem|
6
6
  gem.name = 'nationbuilder-rb'
7
- gem.homepage = 'http://github.com/3dna/nationbuilder-rb'
7
+ gem.homepage = 'http://github.com/nationbuilder/nationbuilder-rb'
8
8
  gem.license = 'MIT'
9
9
  gem.summary = 'A Ruby client to the NationBuilder API'
10
10
  gem.description = 'A Ruby client to the NationBuilder API'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.3.1
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: nationbuilder-rb 1.3.0 ruby lib
5
+ # stub: nationbuilder-rb 1.3.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "nationbuilder-rb"
9
- s.version = "1.3.0"
9
+ s.version = "1.3.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["David Huie"]
14
- s.date = "2015-02-23"
14
+ s.date = "2015-04-06"
15
15
  s.description = "A Ruby client to the NationBuilder API"
16
16
  s.email = "david@nationbuilder.com"
17
17
  s.executables = ["nbdoc"]
@@ -54,7 +54,7 @@ Gem::Specification.new do |s|
54
54
  "spec/nationbuilder_paginator_spec.rb",
55
55
  "spec/spec_helper.rb"
56
56
  ]
57
- s.homepage = "http://github.com/3dna/nationbuilder-rb"
57
+ s.homepage = "http://github.com/nationbuilder/nationbuilder-rb"
58
58
  s.licenses = ["MIT"]
59
59
  s.rubygems_version = "2.2.2"
60
60
  s.summary = "A Ruby client to the NationBuilder API"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nationbuilder-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Huie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-23 00:00:00.000000000 Z
11
+ date: 2015-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient
@@ -136,7 +136,7 @@ files:
136
136
  - spec/nationbuilder_client_spec.rb
137
137
  - spec/nationbuilder_paginator_spec.rb
138
138
  - spec/spec_helper.rb
139
- homepage: http://github.com/3dna/nationbuilder-rb
139
+ homepage: http://github.com/nationbuilder/nationbuilder-rb
140
140
  licenses:
141
141
  - MIT
142
142
  metadata: {}