campminder 1.0.0 → 1.0.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: d650e3a3d8889423e771f5f4523d300992d8afcf
4
- data.tar.gz: 9c9808d33aff55edd932df3ec1154efaa2ef858e
3
+ metadata.gz: af98e72f2b71d90b8fe6e6c5c107d564a89e3ca3
4
+ data.tar.gz: eb31893e652313605be713f4cc20c8f2c1ff277d
5
5
  SHA512:
6
- metadata.gz: 59bd907f51740bb04f27894a453f577c23843e279e657935a17d383b111ac3ad2614be7c1ae4d316bea6c0024f83f670a2ddfe7195e47a508dcfa36b8517fcc8
7
- data.tar.gz: 224c1dabe9e0ea8498913895ed5637271b737eac172661a6596e8ecd81494571a14d063bd73c2c981f6aebdfa2486660dccfe63cf3ecf57022d2983723bc1927
6
+ metadata.gz: 2f36d2285b7fe53c66700441667bf29384be2d0ef4ad75e14032764c943875ca2afcd54cdee26b08e4a0f74da0fe436b7d76d0276fc0dd1f86e9d85451659d56
7
+ data.tar.gz: e9a1ed8f59e226060325971237fd6ebdd442e5b182e0af69b7399cc084a660ff653554666d45ed7df75a5f1c6de25d3c5d370a167ab34c3220f9f969afb36fd6
data/.gitignore CHANGED
@@ -35,4 +35,5 @@ pickle-email-*.html
35
35
  .project
36
36
  .sass-cache
37
37
  node_modules
38
- grunt-aws.json
38
+ grunt-aws.json
39
+ pkg
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Andrew Anderson"]
9
9
  spec.email = ["andrew@websitesthatdostuff.com"]
10
10
  spec.summary = %q{A library to wrap the CampMinder API in Ruby.}
11
- spec.description = %q{Wrapper for CampMinder API.}
11
+ spec.description = %q{A Ruby wrapper for CampMinder Web API.}
12
12
  spec.homepage = "https://bitbucket.org/ronningendesign/campminder-ruby"
13
13
  spec.license = "MIT"
14
14
 
@@ -1,5 +1,4 @@
1
1
  require 'httparty'
2
- require 'byebug'
3
2
 
4
3
  module CampMinder
5
4
  class CampMinder
@@ -113,7 +112,6 @@ module CampMinder
113
112
  "Content-type" => 'application/json'
114
113
  }
115
114
  )
116
- # byebug
117
115
 
118
116
  response.parsed_response
119
117
  end
@@ -1,3 +1,3 @@
1
1
  module CampMinder
2
- VERSION = "1.0.0" unless defined?(CampMinder::VERSION)
2
+ VERSION = "1.0.1" unless defined?(CampMinder::VERSION)
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: campminder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Anderson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-10 00:00:00.000000000 Z
11
+ date: 2015-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -186,7 +186,7 @@ dependencies:
186
186
  - - "~>"
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0.11'
189
- description: Wrapper for CampMinder API.
189
+ description: A Ruby wrapper for CampMinder Web API.
190
190
  email:
191
191
  - andrew@websitesthatdostuff.com
192
192
  executables: []