ettin 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 +4 -4
- data/README.md +4 -1
- data/lib/ettin/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb7d7bae4a6390aeffdcbd6d067630b22fcf2149
|
4
|
+
data.tar.gz: 7aa276e3849669a8f002bc800750c2e38b229ad2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
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.
|
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.
|
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.
|