orientea 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -1
  3. data/VERSION +1 -1
  4. data/orientea.gemspec +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7abdc2c244a9b7c8c390c126a99d0ba8eb351b5
4
- data.tar.gz: baddfca28ac9292063788201f8c17fd98cc1095a
3
+ metadata.gz: 380f2565869719a1615933847f1e1c630c941258
4
+ data.tar.gz: b53edd275ef9a0d3c22576f711122a1fbda72209
5
5
  SHA512:
6
- metadata.gz: afaa223c2901cee7651603eefdb8b0dfe239f78b0bee39c1c9df10e55103246b79aaa702776148e960b1964aafccb39f89e25bb402d5ddafbd684689df9e12dc
7
- data.tar.gz: 488d9575ccdabd7ac4f5e3467ef2ab53effded2890c3d9a7a83ea6f2da0fd7ea9575fcc36b02114496db7636a5f594addbf1a675b321bb366f1d08110f4fca94
6
+ metadata.gz: d04a15324a7169b7fb2db41e2b6f7efecf256945ada436e4b546d901a04d650977f3a6ecf636a7ca9b78fa49374adeefe0d1b37ce60c255979ad09ca4c5314dc
7
+ data.tar.gz: 56dfb052fae91da122366aca559832b75b03bdf39eab78520db0ccd514eca19b44535fb5d4cbee6d7e3c591de99567efa212202d1b8735e4f53ffba5fc79303a
data/README.md CHANGED
@@ -9,7 +9,14 @@ Note: this gem use postgresql with hstore extension.
9
9
  ## INSTALL:
10
10
 
11
11
  ```
12
- gem install 'orientea'
12
+
13
+ # add gem to gemfile
14
+ gem 'orientea'
15
+
16
+ # run command to setup database table
17
+ rails generate orientea:command # to create the migration file for command table
18
+ rake db:migrate
19
+
13
20
  ```
14
21
 
15
22
  ## USAGE:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/orientea.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "orientea"
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Vincent Zhu"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orientea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Zhu