iris_rails 0.1.0 → 0.2.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -2
  3. data/lib/iris/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4100391debced804f56a895f2b46e8cc43d1290a1d7387c2903ac80a7bf34c1
4
- data.tar.gz: 7d124918eb097760bf10c3daa988c2aab173da105b32c237f9739b12401ce3a4
3
+ metadata.gz: 1df0c03c62172f9afad270b4993a2d74d526bfdb8f472365b4c8bfebac261bb5
4
+ data.tar.gz: e71e30515913579868fa114e3a69cd7555b9f6bd0a1dae3e66f879c4c0219eb4
5
5
  SHA512:
6
- metadata.gz: af132d7acc89478f68fdaff422b88d66f0fe4b9fba7c88f81874765286fee06492750be6a3a329b29d40b377b20174c81d810edd1ba110b7c457284dce59a2f3
7
- data.tar.gz: '09e33f09239943a90b47a807d33b7cb273bb7cd12cbbc904d63e863fcb03c9a35c5314306dc39b8c489e629ef891f3b856b5a5e75848f313c83951bd2a474432'
6
+ metadata.gz: be35175aa33470983499c8fea98e1bc343515368152d8d8b8a35060e98f1133f55b2b853d7c95e0d47212cc658271112c589046290e8874ea8948bd7302743c5
7
+ data.tar.gz: 5e0a360077e625f1ca2e25950d3e2cf73469e5f59f478c1b3ff73b083541edfed135947d84c633f93be6514a3f4002f1913ec1c6cb5604038f232ac1e8c38bfb
data/README.md CHANGED
@@ -9,7 +9,7 @@ TODO: Delete this and the text above, and describe your gem
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'iris'
12
+ gem 'iris-rails'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -22,7 +22,9 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ Or install it yourself as:
26
+
27
+ $ rails install:iris-rails
26
28
 
27
29
  ## Development
28
30
 
data/lib/iris/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Iris
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iris_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rayan Castro