ettin 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -1
  3. data/lib/ettin/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 08cf35d041b4f0aa9bec85084709abc89591eff6
4
- data.tar.gz: 3dabdab0049ec9b7f05c600c98edb62d46edc258
3
+ metadata.gz: fb7d7bae4a6390aeffdcbd6d067630b22fcf2149
4
+ data.tar.gz: 7aa276e3849669a8f002bc800750c2e38b229ad2
5
5
  SHA512:
6
- metadata.gz: e13bc2b94e3961366bb05cbb6b1e4cfe0ef94c1ac0c2059a92d8c2426e3d438d19fb75ad57c88d4bf25c9883d6f10e54d3eef71c82f4c8f350e55ef786ccef55
7
- data.tar.gz: 5302d5cfd460c68789b268ce57f210399fc5d7d6f953b1eb69dc47e1a35bb3352d5a336c658180624a539323c641d0b791d2acaeaeb2d6d51790dadf396d261b
6
+ metadata.gz: f1e8033e17afed81b34920219fa7c82542a193c6459bd5937d9dee88161f09c86f68c069adf34dd4dd023aad2a166c88129b75e454b9f113ae88073977ea5918
7
+ data.tar.gz: 43ca692af10b3f2654abec4713e8754ccb7e7b67951fc85374811d6f9aefcb59af737ac905bd3f7d80dad21825bc198846039a8e14bebc0f3645cceef0605521
data/README.md CHANGED
@@ -23,7 +23,10 @@ ruby nor does it pollute the global namespace.
23
23
 
24
24
  ## Compatibility
25
25
 
26
- Ettin is compatible with every ruby version, library, and framework. This is
26
+ * ruby 2.3.x
27
+ * ruby 2.4.x
28
+
29
+ Ettin is compatible with every ruby library and framework. This is
27
30
  possible because it does not rely on any specific runtime enviroment rather
28
31
  than the availability of the ruby core and standard library.
29
32
 
data/lib/ettin/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ettin
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: ettin
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
  - Bryan Hockey
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  version: '0'
104
104
  requirements: []
105
105
  rubyforge_project:
106
- rubygems_version: 2.4.5.3
106
+ rubygems_version: 2.6.13
107
107
  signing_key:
108
108
  specification_version: 4
109
109
  summary: The best way to add settings in any ruby project.