i_reach 3.2.22.0 → 3.2.25.1

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 +2 -2
  3. data/lib/i_reach/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af3041b5145881aac6ec291cd8e27a7d960bea80
4
- data.tar.gz: 094d991322ddf0649f993d549ea41e34fedb22b7
3
+ metadata.gz: b29960b0dab75e9f8032f31415748895cdff2b05
4
+ data.tar.gz: f622fd701b6fcc2a6818e3b0600abec2590342bb
5
5
  SHA512:
6
- metadata.gz: be3cd286adac84704c14454344fc7fee0a30945836e3725f7568e44f8dc339022e8177e9442590f4a46314c3628fbd9c800418fc5b9831e6e68edfb702ffe9d3
7
- data.tar.gz: 062ed9594fa21a4f44f7ef13b4a2588c58aadaed6ba7bd6527b4b57ae193f1a9dc4ad3da8fb409cbae5119b385091e154e2df1f9646ca7ce6ce13ca8177b12c5
6
+ metadata.gz: 01cdd477a5ad5d46eaef688528fbffbefee3b09f7dd615c2d0066fdca8b12de9fd42d77a756ea23deccfffad29b2f07f066ecfcf40169de30bea070183290322
7
+ data.tar.gz: 41df913912e250411e375487412524d3a798174040f6cb266940be0d20ecfb913b9a821ae1f48ed4447ddf860df3f4034fd0fa4ff7834aa36565d27ff4d4dcc0
data/README.md CHANGED
@@ -10,8 +10,8 @@ Online Documentation:
10
10
  Requirements
11
11
  ------------
12
12
 
13
- * Rails 3.2.x
14
- * Ruby 1.9.3-x
13
+ * Rails 3.2.x (currently tested with rails 3.2.25)
14
+ * Ruby 2.1.5 (currently tested with 2.1.5, we have tested against 1.9.3, but ruby devs no longer support it)
15
15
  * [Bundler](http://bundler.io)
16
16
  * [Delayed::Job](https://github.com/collectiveidea/delayed_job/) - (currently the only queue job runner we support)
17
17
 
@@ -1,3 +1,3 @@
1
1
  module IReach
2
- VERSION = "3.2.22.0"
2
+ VERSION = "3.2.25.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i_reach
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.22.0
4
+ version: 3.2.25.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lone Star Internet
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-05-09 00:00:00.000000000 Z
12
+ date: 2019-08-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails