bigbertha 0.0.1 → 0.0.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/README.md +4 -1
- data/bigbertha.gemspec +1 -0
- data/lib/bigbertha/version.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ODI2ODI0OWJkOTA3NzQyNTVkNTViYTRiNmU1NWZiODA0NjVhYmY1Mg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MWFiOTBiMGU5MzY5OGRkYTQ3ZjM3MzNkZTdmZDgxNTk3ZTlmMDkwZQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODNkNjdlMTE5NTRlNjNiYTA0ZGU4N2Q2YTRjNTYzNTZlZjhmMTAzZjE2YjRl
|
|
10
|
+
MzFlMGIxNzdhMTY1MjI2ZmM1NTA2OGNjZTE0YTJmNDc5MmNlMzdhMjkwMWVm
|
|
11
|
+
NzhlMDNhNDI3ZDUwOGJkMTI5MDNkNTYyNGQ5ODY3OWExNTk4YzM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YTM2NDBjNzYzMzhlOTkxNDBiZDc2Y2RjNWFmZmY2MTBiYTc2OTExYzVlNTMw
|
|
14
|
+
NDUxN2Y2OTUwYjRmNjMzNTM4YjdiNTBjOTBmODNhMDMzOTEyMjQ2NmE0MWFh
|
|
15
|
+
ZmM1ZGZhOWUzYWFjY2RiMmQ4ODI1ZDlkZTQ2M2M2MTAwYmM5Y2Q=
|
data/README.md
CHANGED
|
@@ -11,6 +11,7 @@ sync up across the wire. Checkout http://firebase.com for the firehose...
|
|
|
11
11
|
- Ruby >= 1.9
|
|
12
12
|
- Map
|
|
13
13
|
- Typhoeus
|
|
14
|
+
- Values
|
|
14
15
|
|
|
15
16
|
## Getting Started
|
|
16
17
|
|
|
@@ -319,4 +320,6 @@ Bigbertha is released under the [MIT](http://opensource.org/licenses/MIT) licens
|
|
|
319
320
|
+ 0.0.1:
|
|
320
321
|
+ Initial drop
|
|
321
322
|
+ 0.0.2:
|
|
322
|
-
+ Clean up and doc updates
|
|
323
|
+
+ Clean up and doc updates
|
|
324
|
+
+ 0.0.3:
|
|
325
|
+
+ Updated gemspec
|
data/bigbertha.gemspec
CHANGED
data/lib/bigbertha/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bigbertha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fernand Galiana
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-04-
|
|
11
|
+
date: 2013-04-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
prerelease: false
|
|
@@ -38,6 +38,20 @@ dependencies:
|
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: 0.6.2
|
|
40
40
|
type: :runtime
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
prerelease: false
|
|
43
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - ~>
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: 1.5.0
|
|
48
|
+
name: values
|
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ~>
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: 1.5.0
|
|
54
|
+
type: :runtime
|
|
41
55
|
description: Firebase is a real time backend to allow clients to sharedata on the
|
|
42
56
|
web. This gem provides a ruby API implementation.
|
|
43
57
|
email:
|