littlebird_api_client 0.1.1 → 0.1.2
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/LICENSE.txt +2 -1
- data/README.md +5 -0
- data/littlebird_api_client.gemspec +1 -8
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Yzk5MDkyMDVlNTIzMzc0MDlhNmU2MDBiYjg5ODA2NzA4MTk0N2U5ZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDhhN2MxMTA3Mzc4ZWY0OGQzNDhmZGYyM2QxMTVjNzgxOGIwYzU0MQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTAzMjE1NzVmOTY4MGFkZGZlMDRlZTk2NDVjYjA2MDQwMjQxYzg2MjI5YWIx
|
|
10
|
+
OTZhM2Y3NGU3NGU3ODMwYTMzODc0ZjA5YThkMjhmZTRkMWE5MjFhM2JiMDY4
|
|
11
|
+
NjdmNTE2ZDUwZTcyY2QzNjNjMjY5MDMxOTFlZTEzZTBjNzY4NWU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZTMyNzBjMGU3ODBhYWZjZjdmNTA4ODhmNmE5YTAwNGU0YTA4YmM2YTg0N2Yx
|
|
14
|
+
NmMxMDQ2MjdiYjJlY2RjYjc2OWU0OTUyNzM0Y2U1YWIzYzg2YTYyZGMxZmJk
|
|
15
|
+
MTU2YTljOWViODQyZjIyOGMzOGI1NzlhOWQ2YzFiZTdiMmI1ZWI=
|
data/LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2014
|
|
1
|
+
Copyright (c) 2014 Little Bird
|
|
2
2
|
|
|
3
3
|
MIT License
|
|
4
4
|
|
|
@@ -20,3 +20,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
|
20
20
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
21
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
22
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
23
|
+
|
data/README.md
CHANGED
|
@@ -1,22 +1,15 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
-
puts lib
|
|
4
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
5
2
|
Gem::Specification.new do |spec|
|
|
6
3
|
spec.name = "littlebird_api_client"
|
|
7
|
-
spec.version = '0.1.
|
|
4
|
+
spec.version = '0.1.2'
|
|
8
5
|
spec.authors = ["Devin Gaffney"]
|
|
9
6
|
spec.email = ["devin@getlittlebird.com"]
|
|
10
7
|
spec.summary = %q{A thin wrapper for the Little Bird api (http://api.getlittlebird.com/index.html)}
|
|
11
8
|
spec.description = %q{For use with Little Bird! Ya goof!}
|
|
12
9
|
spec.homepage = ""
|
|
13
10
|
spec.license = "Proprietary"
|
|
14
|
-
|
|
15
11
|
spec.files = `git ls-files -z`.split("\x0")
|
|
16
|
-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
17
|
-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
18
12
|
spec.require_paths = ["lib"]
|
|
19
|
-
|
|
20
13
|
spec.add_development_dependency "bundler", "~> 1.5"
|
|
21
14
|
spec.add_development_dependency "rake"
|
|
22
15
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: littlebird_api_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Devin Gaffney
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-06-
|
|
11
|
+
date: 2014-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|