basilik 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTI5ZGFkMDRlODVlOTE1ODIyYmI1NmUxYWU2MDc5N2FmZjhlODlmMg==
4
+ YTU5MTYwMGExOWYxMjQzNmIzODM0MzZmYjlkZjE4N2FiMTg3MTFmYw==
5
5
  data.tar.gz: !binary |-
6
- NGU4M2EzNDU4M2ZkNjVlMzRlMzhhMTA3NGJmZTg1MWE5MThjYzc3MQ==
6
+ ZmEzNDYwY2UzMzVlZWUwNGIxNzhmYmVjZDVkM2QxYjY3MjBkM2JlMA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZmNhOTE0Nzc0MGJiMDhhNzdkOTMzYjQ2ZDU4MmM4MzViODE2MjZhZjliZTY4
10
- MTg0ZWZmYjU5YWFmY2Q5ZDYwZWVkMjIyNWVmNmQ2YjBjZDA5MmYzNGNlNmYw
11
- NjU1YzcwNWNjOTVkZGE2YjAzMTE1MDY3Yjg0ZmNiZWJjODY4NmI=
9
+ ZTllZWM3NDMxNzJhYTNmZTY3MzdjMjI0M2Y5ODQwN2VkZjUxMzY3ZTc0N2M2
10
+ YTNjZjk5ZDhmNGMxNjAxY2I2NTJlZmUyNzk0OTZlODFlMTQyZjYyOTA3ZjFl
11
+ NmQxZDk0ZWNjY2YxYjFiMzFlMjU5MjFiMDkxMDAwZjcwODc4MGE=
12
12
  data.tar.gz: !binary |-
13
- ZTBjNzEyNWZiZWI1MDM0Nzg5YmVmNjk1YTIyZmM2OWE5YzY3ZjZhNGVhY2Jk
14
- MDhjMDAwNDNhOTM5MjhhOGQ3OWNlZGU1NDVhZjEyZmE3Y2U2NzU5NmY3YTM4
15
- ZTViMGVlOTYyOWRhZTRlZjYyZTAzYzVlMmJkNGJmYzBhNGNhMTk=
13
+ MDAxNTg4Nzc4NDQyMzM1NDQ0MmNjODlhZDQ3MTEzMDAyNDYxOWEyODljZTVk
14
+ YjU2NGExMTQ5NDY3MWIzYzk5NDcxZmZlZDBjNWE2NTM2NmZjYzc3MDQxZDMz
15
+ MTM1NzQ5ZGIxNDA2NmM1NmZiN2ViODgwNDliMjA1NTE4ZjZkOWI=
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Basilik - Ruby firepower to your Firebase batteries
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 of Firebase framework}
17
- s.description = %q{Ruby implementation of Firebase framework}
18
- s.rubyforge_project = "firebase"
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")
@@ -1,3 +1,3 @@
1
1
  module Basilik
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: Ruby implementation of Firebase framework
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: firebase
99
+ rubyforge_project: basilik
101
100
  rubygems_version: 2.0.3
102
101
  signing_key:
103
102
  specification_version: 4
104
- summary: Ruby implementation of Firebase framework
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
@@ -1,4 +0,0 @@
1
- README.html
2
- coverage
3
- pkg
4
- *.sh