built.io 0.3 → 0.4
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.
- data/README.md +6 -0
- data/lib/built/application.rb +1 -2
- data/lib/built/i18n.rb +0 -1
- data/lib/built/object.rb +1 -4
- metadata +3 -3
data/README.md
CHANGED
@@ -3,6 +3,12 @@
|
|
3
3
|
built.io is a Backend-as-a-Service. This is the ruby SDK providing convenient
|
4
4
|
wrappers for working with built.io.
|
5
5
|
|
6
|
+
## Installing
|
7
|
+
|
8
|
+
```ruby
|
9
|
+
gem install built.io
|
10
|
+
```
|
11
|
+
|
6
12
|
## Getting Started
|
7
13
|
|
8
14
|
Call the `init` method on `Built` to initialize the SDK with your
|
data/lib/built/application.rb
CHANGED
data/lib/built/i18n.rb
CHANGED
data/lib/built/object.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: built.io
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.4'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-03-
|
12
|
+
date: 2014-03-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: i18n
|
@@ -89,7 +89,7 @@ files:
|
|
89
89
|
- doc/class_list.html
|
90
90
|
- MIT-LICENSE
|
91
91
|
- README.md
|
92
|
-
homepage: https://github.com/
|
92
|
+
homepage: https://github.com/raweng/built.io-ruby-sdk
|
93
93
|
licenses:
|
94
94
|
- MIT
|
95
95
|
post_install_message:
|