basilik 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 -2
- data/basilik.gemspec +4 -3
- data/lib/basilik/version.rb +1 -1
- metadata +5 -6
- data/.autotest +0 -1
- data/.gitignore +0 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YTU5MTYwMGExOWYxMjQzNmIzODM0MzZmYjlkZjE4N2FiMTg3MTFmYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZmEzNDYwY2UzMzVlZWUwNGIxNzhmYmVjZDVkM2QxYjY3MjBkM2JlMA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZTllZWM3NDMxNzJhYTNmZTY3MzdjMjI0M2Y5ODQwN2VkZjUxMzY3ZTc0N2M2
|
10
|
+
YTNjZjk5ZDhmNGMxNjAxY2I2NTJlZmUyNzk0OTZlODFlMTQyZjYyOTA3ZjFl
|
11
|
+
NmQxZDk0ZWNjY2YxYjFiMzFlMjU5MjFiMDkxMDAwZjcwODc4MGE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MDAxNTg4Nzc4NDQyMzM1NDQ0MmNjODlhZDQ3MTEzMDAyNDYxOWEyODljZTVk
|
14
|
+
YjU2NGExMTQ5NDY3MWIzYzk5NDcxZmZlZDBjNWE2NTM2NmZjYzc3MDQxZDMz
|
15
|
+
MTM1NzQ5ZGIxNDA2NmM1NmZiN2ViODgwNDliMjA1NTE4ZjZkOWI=
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Basilik - Ruby firepower
|
1
|
+
# Basilik - Ruby firepower for your Firebase batteries
|
2
2
|
|
3
3
|
Firebase is a real-time backend that allows one to store key-value pairs in a hierarchical fashion, without
|
4
4
|
having to manage additional servers. Firebase offers api's for a variety of client libs such as javascript,
|
@@ -316,4 +316,6 @@ Basilik is released under the [MIT](http://opensource.org/licenses/MIT) license.
|
|
316
316
|
|
317
317
|
## History
|
318
318
|
0.0.1:
|
319
|
-
- Initial drop
|
319
|
+
- Initial drop
|
320
|
+
0.0.2:
|
321
|
+
- Clean up and doc updates
|
data/basilik.gemspec
CHANGED
@@ -13,9 +13,10 @@ Gem::Specification.new do |s|
|
|
13
13
|
|
14
14
|
s.email = ["fernand.galiana@gmail.com"]
|
15
15
|
s.homepage = "https://github.com/derailed/basilik"
|
16
|
-
s.summary = %q{Ruby implementation
|
17
|
-
s.description =
|
18
|
-
|
16
|
+
s.summary = %q{Ruby implementation for your Firebase batteries}
|
17
|
+
s.description = "Firebase is a real time backend to allow clients to share" +
|
18
|
+
"data on the web. This gem provides a ruby API implementation."
|
19
|
+
s.rubyforge_project = "basilik"
|
19
20
|
|
20
21
|
s.files = `git ls-files`.split("\n")
|
21
22
|
s.test_files = `git ls-files -- {spec}/*`.split("\n")
|
data/lib/basilik/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: basilik
|
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
|
@@ -38,15 +38,14 @@ dependencies:
|
|
38
38
|
- !ruby/object:Gem::Version
|
39
39
|
version: 0.6.2
|
40
40
|
type: :runtime
|
41
|
-
description:
|
41
|
+
description: Firebase is a real time backend to allow clients to sharedata on the
|
42
|
+
web. This gem provides a ruby API implementation.
|
42
43
|
email:
|
43
44
|
- fernand.galiana@gmail.com
|
44
45
|
executables: []
|
45
46
|
extensions: []
|
46
47
|
extra_rdoc_files: []
|
47
48
|
files:
|
48
|
-
- .autotest
|
49
|
-
- .gitignore
|
50
49
|
- Gemfile
|
51
50
|
- Gemfile.lock
|
52
51
|
- README.md
|
@@ -97,9 +96,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
96
|
- !ruby/object:Gem::Version
|
98
97
|
version: '0'
|
99
98
|
requirements: []
|
100
|
-
rubyforge_project:
|
99
|
+
rubyforge_project: basilik
|
101
100
|
rubygems_version: 2.0.3
|
102
101
|
signing_key:
|
103
102
|
specification_version: 4
|
104
|
-
summary: Ruby implementation
|
103
|
+
summary: Ruby implementation for your Firebase batteries
|
105
104
|
test_files: []
|
data/.autotest
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
require 'autotest/growl'
|
data/.gitignore
DELETED