luminate 0.1.1 → 0.2.0
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/README.md +1 -1
- data/lib/luminate/constituent.rb +1 -1
- data/lib/luminate/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDJjNGViOGI4NDVkMTZlMTQ3YzIwZjc3YjY5ZjYyNDM5MzFjODdhZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YjFhOTViZjAxZWZkNjFkNzViZTlkNjBmMmIzMTYwMzU0MTU5YTUxMQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTUxMTIwZDMzNGFkOGQyM2NlOTI3OTUyN2MxNzVhZjgwOTI4NWVkNjE0ZTE4
|
|
10
|
+
MDBhMGZiOTM5MmI5YTJhYTMyZDk3NzM1NjUxZTQzM2NiNWYxNGUyZjU2Nzhl
|
|
11
|
+
ZjJhMTMwMmViOTZiMzFiYTU0MTBjZDE1NTllZTNkM2RkYWE2M2Q=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDdjYmRjMTQ2ZTA5YzFmYjMzMGU2MmM1OWI0MjhlMzNkYmM5MTI3YzdjMmJh
|
|
14
|
+
Y2RhZjA4OGJmM2E3NGRlNzMzM2VjZjk3NWZjNjdjYzcyNmM0MGZkYjE0ODFm
|
|
15
|
+
MjI2ZjFhZDhhODdkYWEwMTc1ZmJhZjE3YjU2ODQ1OGVjNTI2MzA=
|
data/README.md
CHANGED
|
@@ -72,7 +72,7 @@ response['isEmailValidResponse']
|
|
|
72
72
|
|
|
73
73
|
## Currently implemented methods
|
|
74
74
|
|
|
75
|
-
See (
|
|
75
|
+
See [Contributing](#contributing) for how to add more.
|
|
76
76
|
|
|
77
77
|
* [Constituent: getUser](http://open.convio.com/api/#constituent_api.getUser_method.html)
|
|
78
78
|
* [Constituent: getUserTransactions](http://open.convio.com/api/#constituent_api.getUserTransactions_method.html)
|
data/lib/luminate/constituent.rb
CHANGED
data/lib/luminate/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: luminate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Spike Ilacqua
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: multi_json
|