activerecord-cti 0.1.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ae47e6580bbe7ed9941cce85c4233042889acbdb1ec1ebcffcfa5b9383b383b
4
- data.tar.gz: 21320a42fe6ae3f20e6805ee6975c6e316a16486f358a01a5daecf7cf216c588
3
+ metadata.gz: 836881d73a9673eb8de7d7090a2b00fcf0488a4e6a98b7cc17c4d4e8653eccd3
4
+ data.tar.gz: 8412e160c4687ea28ec62cf34ee4b7d82d5c174a294f9fac771a326537bb4bb9
5
5
  SHA512:
6
- metadata.gz: 0ff27306a2099339cef9f29bda3e6b6dad3e0edfc48c1b91fa36d5e53385a5563561f0529a635495c098cada33cb3bde9476cd19eee0e00d190489f8d4e5813d
7
- data.tar.gz: 8c9d4683555a12478cb779ae042b08233975b55513d5a4ad64023738526fc8b3510065940bf9f87867fc2ee7497cbabad758555646d3b885066a8991b747435c
6
+ metadata.gz: b94a30910639e51487ee22b50ef7d66459ba062db0a43d85e2bd91b2077e928dffe3c65c37dc5e55f244d0b987d2ded42fce27056ed935a13d072c49e2831495
7
+ data.tar.gz: feb4910a8fd049b311424495f7423b408d49067e8ce3e24b666930c35cec80ce33afc5df16b6fc02db87b9dc7a97b25bde86e9a3d77afca589b01521da548973
data/README.md CHANGED
@@ -25,6 +25,17 @@ CTI can solve these problems by using multiple related tables like shown below,
25
25
 
26
26
  ![ER Diagram](public/images/er_diagram.png)
27
27
 
28
+ ## Installation
29
+ To install activerecord-cti on Rails, put this line in your Gemfile:
30
+ ```ruby
31
+ gem 'activerecord-cti'
32
+ ```
33
+ And then execute `bundle install`
34
+ ```bash
35
+ $ bundle install
36
+ ```
37
+
38
+
28
39
  ## How to use
29
40
  ### Preparation
30
41
  First of all, generate the files of models you want to apply CTI to, and execute migration.
@@ -1,5 +1,5 @@
1
1
  module Activerecord
2
2
  module Cti
3
- VERSION = '0.1.1'
3
+ VERSION = '1.0.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-cti
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - khata