church-community-builder 0.1.2 → 0.1.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.
- checksums.yaml +8 -8
- data/Gemfile +1 -1
- data/Gemfile.lock +8 -8
- data/ccb_api.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
N2VjNTBmZDUwNDcwMzIxYzBiMmJiY2NlNDQ2MjlmYWE2MDQ2ZmY5NQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YjBiODA3MGY5YzgyZmQwYzc3YTQ1ZjliZGU3NDIzMTJmZjdmMDAyYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTFmYzYwNGY5MWM2ZWMyZWU2N2FjYTY2YTAzMDVmODg5YzA4MTY2NWM0OGEz
|
|
10
|
+
NTg2MTgwMTk1NzNkODg4YjY4M2ZlZmMxNDBlNzgwNzQ3OGQ4NTA0ZWQwMzk2
|
|
11
|
+
OGJlZTg0MzI3YjBiYjM5OWE1YmJkNTZiY2IwNjQ2ZTc5Y2UwMWU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NDNjMmFlYWE2NjVlZjI5OTJlM2RkN2ZhYjZkZmFiY2U5MzZmODIyMWZjNTcw
|
|
14
|
+
ZDUyMTJmZDE2M2VlZDc3NjVjOTFlMmU3MjJkMGVkOTFhOTg2YTNiZTE5ZDEy
|
|
15
|
+
MTY3MjllODJlZDIyMzg2ZWVhYjkzZDY1ZDQxMmVjNDBhZjFmYWQ=
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -16,13 +16,13 @@ GEM
|
|
|
16
16
|
debugger-ruby_core_source (~> 1.2.3)
|
|
17
17
|
debugger-linecache (1.2.0)
|
|
18
18
|
debugger-ruby_core_source (1.2.3)
|
|
19
|
-
diff-lcs (1.2.
|
|
20
|
-
ethon (0.
|
|
21
|
-
ffi (
|
|
19
|
+
diff-lcs (1.2.5)
|
|
20
|
+
ethon (0.6.1)
|
|
21
|
+
ffi (>= 1.3.0)
|
|
22
22
|
mime-types (~> 1.18)
|
|
23
23
|
factory_girl (4.3.0)
|
|
24
24
|
activesupport (>= 3.0.0)
|
|
25
|
-
ffi (1.
|
|
25
|
+
ffi (1.9.3)
|
|
26
26
|
i18n (0.6.5)
|
|
27
27
|
json (1.8.1)
|
|
28
28
|
mime-types (1.25)
|
|
@@ -33,13 +33,13 @@ GEM
|
|
|
33
33
|
rspec-expectations (~> 2.14.0)
|
|
34
34
|
rspec-mocks (~> 2.14.0)
|
|
35
35
|
rspec-core (2.14.7)
|
|
36
|
-
rspec-expectations (2.14.
|
|
36
|
+
rspec-expectations (2.14.4)
|
|
37
37
|
diff-lcs (>= 1.1.3, < 2.0)
|
|
38
38
|
rspec-mocks (2.14.4)
|
|
39
39
|
thread_safe (0.1.3)
|
|
40
40
|
atomic
|
|
41
|
-
typhoeus (0.
|
|
42
|
-
ethon (
|
|
41
|
+
typhoeus (0.6.6)
|
|
42
|
+
ethon (~> 0.6.1)
|
|
43
43
|
tzinfo (0.3.38)
|
|
44
44
|
xml-simple (1.1.2)
|
|
45
45
|
|
|
@@ -52,5 +52,5 @@ DEPENDENCIES
|
|
|
52
52
|
factory_girl
|
|
53
53
|
json
|
|
54
54
|
rspec
|
|
55
|
-
typhoeus (= 0.
|
|
55
|
+
typhoeus (= 0.6.6)
|
|
56
56
|
xml-simple
|
data/ccb_api.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
PROJECT_GEM = 'church-community-builder'
|
|
3
|
-
PROJECT_GEM_VERSION = '0.1.
|
|
3
|
+
PROJECT_GEM_VERSION = '0.1.3'
|
|
4
4
|
|
|
5
5
|
s.name = PROJECT_GEM
|
|
6
6
|
s.version = PROJECT_GEM_VERSION
|
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
s.summary = 'Ruby gem/plugin to interact with the Church Community Builder API.'
|
|
16
16
|
s.description = 'Ruby gem/plugin to interact with the Church Community Builder API. Checkout the project on github for more detail.'
|
|
17
17
|
|
|
18
|
-
s.add_dependency('typhoeus', '0.
|
|
18
|
+
s.add_dependency('typhoeus', '0.6.6')
|
|
19
19
|
s.add_dependency('xml-simple')
|
|
20
20
|
|
|
21
21
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: church-community-builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wes Hays
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-11-
|
|
12
|
+
date: 2013-11-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: typhoeus
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 0.
|
|
20
|
+
version: 0.6.6
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - '='
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 0.
|
|
27
|
+
version: 0.6.6
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: xml-simple
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|