allowable 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: dd4c802b74f2cef0f4e342689bbe18bdb5f9d6db
4
- data.tar.gz: f034111133e060edbc1e95c809d565ab22f7d3b1
3
+ metadata.gz: c7e7da4c70fd54817bca842112986bb5fcd446f6
4
+ data.tar.gz: a638a8e7dc12fe4bea15b4c57d00c83edb848a34
5
5
  SHA512:
6
- metadata.gz: 7322dafe2fe77333cd801c086d8acd54eefafcea9b81d9befa7795eeebd55b908ac7ac0b9bb96fda1057d44778c3df344b1a5e4b5392975fdb5b38730939be13
7
- data.tar.gz: 6eb308d093112989a07acd046753350146c987df73bfc92622d2e777c0b4cb51b5f18878e1b63e2405d0d05d8686a4b11e2fe73990c0375696c8f88f9beaddb0
6
+ metadata.gz: 12650f5fc1ee1ba2c45631bb339f3aed17f5d5fcc4d400c11a91796648a896f5f49058f353f961e78a7907dd2a21ce6a1d61a7c2d08b12ba1d9a9f68da7295e9
7
+ data.tar.gz: 8421cdf89fb210b2c8507539a37632c57afff65eb32eb52edc3573136d9548f3453c55646554a04a0dfbd9b1305338d182e4af6340928f1e614e900d18b0ef76
data/CHANGELOG.md CHANGED
@@ -0,0 +1,4 @@
1
+ # Changelog
2
+ 1.0.1
3
+ -----
4
+ * Relax Ruby version restriction. Core module should work with any Ruby. Rails < 4.2.0 may experience issues initializing the plugin.
data/README.md CHANGED
@@ -82,7 +82,9 @@ end
82
82
 
83
83
  ## Platform support
84
84
 
85
- This gem should work with Ruby >= 2.0.0, however at the moment it is only tested for Ruby >= 2.2.2
85
+ The core module should work with all rubies, however at the moment it is only tested for MRI Ruby >= 2.2.2 and JRuby 9.1.6.0
86
+
87
+ The Rails plugin is currently being tested only with Rails 5.1.2. Rails >= 4.2.0 should not experience any issues.
86
88
 
87
89
  Tested against:
88
90
  * MRI 2.2.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Allowable
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: allowable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - M. Simon Borg
@@ -67,7 +67,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: 2.0.0
70
+ version: '0'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="