ruva 1.0.2 → 1.0.3
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.
- checksums.yaml +4 -4
- data/lib/ruva/version.rb +1 -1
- data/ruva.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 472e444ae87d8cea85aea6b89d640380a287c1ea
|
|
4
|
+
data.tar.gz: 5f66c1531d551dfa62827033c8a551fa67b7e31a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 499a8fd901359cb65238a0bce07bfdcf23aa299856a3dd9a35ba8a3d308107a4c841f29638de65de5dd32baeb000cb2799a67d8ff9e6c53afc2c138c9dff5cc6
|
|
7
|
+
data.tar.gz: ad92f952bcd77fa4954c9d652ef26a35ac3201f5ca03500d145e30be0112f403f0fb7b84846df9ea5fea4be4bb92d5cbf59b3a8966c74437758ebc833791cb37
|
data/lib/ruva/version.rb
CHANGED
data/ruva.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
|
|
|
7
7
|
|
|
8
8
|
gem.authors = ["Samuel Mueller"]
|
|
9
9
|
gem.email = [""]
|
|
10
|
-
gem.description = %q{Write text conditions.}
|
|
10
|
+
gem.description = %q{Write plain text conditions.}
|
|
11
11
|
gem.summary = gem.description
|
|
12
12
|
gem.homepage = "https://github.com/ssmm/ruva"
|
|
13
13
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruva
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Mueller
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '2.6'
|
|
55
|
-
description: Write text conditions.
|
|
55
|
+
description: Write plain text conditions.
|
|
56
56
|
email:
|
|
57
57
|
- ''
|
|
58
58
|
executables: []
|
|
@@ -106,7 +106,7 @@ rubyforge_project:
|
|
|
106
106
|
rubygems_version: 2.0.3
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 4
|
|
109
|
-
summary: Write text conditions.
|
|
109
|
+
summary: Write plain text conditions.
|
|
110
110
|
test_files:
|
|
111
111
|
- spec/conditions/simple_condition.ruva
|
|
112
112
|
- spec/expression_spec.rb
|