firebase-ruby 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.
@@ -0,0 +1,5 @@
1
+ module Firebase
2
+
3
+ Version = '0.0.2'
4
+
5
+ end
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: firebase-ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Ken J.
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-07-17 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Firebase REST library written in pure Ruby without external dependancy.
14
+ email:
15
+ - kenjij@gmail.com
16
+ executables:
17
+ - fbrb
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - LICENSE
22
+ - README.md
23
+ - bin/fbrb
24
+ - firebase-ruby.gemspec
25
+ - lib/firebase-ruby.rb
26
+ - lib/firebase-ruby/auth.rb
27
+ - lib/firebase-ruby/database.rb
28
+ - lib/firebase-ruby/http.rb
29
+ - lib/firebase-ruby/logger.rb
30
+ - lib/firebase-ruby/trollop.rb
31
+ - lib/firebase-ruby/version.rb
32
+ homepage: https://github.com/kenjij/firebase-ruby
33
+ licenses:
34
+ - MIT
35
+ metadata: {}
36
+ post_install_message:
37
+ rdoc_options: []
38
+ require_paths:
39
+ - lib
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ requirements: []
51
+ rubyforge_project:
52
+ rubygems_version: 2.6.12
53
+ signing_key:
54
+ specification_version: 4
55
+ summary: Pure simple Ruby based Firebase REST library
56
+ test_files: []