envoker 2.0.1 → 2.0.2
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/README.md +3 -3
- data/lib/envoker/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 999093385f34ff481c9067e137a982ace65bffdc
|
4
|
+
data.tar.gz: 1e6258dcc1ce156f38615f5d3ec5dcd6df1bf6cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c29ba69937c5eac9486767c9865d7a20b14b67ab858275d50eec0cc50e39e5d753647e9d3cf62192587cf13b2f4b9a7267a324010e68f28292f66d02d518ffb
|
7
|
+
data.tar.gz: 78e10b8ae27700030e4c09a1b4a139e7e4ca719195a80945f396bc5b5f6dc727b41b4198c65cfa10558bdaeb8a44014e2194f9f583ff9058888db24a6312270b
|
data/README.md
CHANGED
@@ -114,7 +114,7 @@ Contributing
|
|
114
114
|
Fork the project with:
|
115
115
|
|
116
116
|
```
|
117
|
-
$ git clone https://
|
117
|
+
$ git clone https://github.com/frodsan/envoker.git
|
118
118
|
```
|
119
119
|
|
120
120
|
To install dependencies, use:
|
@@ -129,7 +129,7 @@ To run the test suite, do:
|
|
129
129
|
$ rake test
|
130
130
|
```
|
131
131
|
|
132
|
-
For bug reports and pull requests use [
|
132
|
+
For bug reports and pull requests use [GitHub][issues].
|
133
133
|
|
134
134
|
License
|
135
135
|
-------
|
@@ -137,4 +137,4 @@ License
|
|
137
137
|
Envoker is released under the [MIT License][mit].
|
138
138
|
|
139
139
|
[mit]: http://www.opensource.org/licenses/MIT
|
140
|
-
[issues]: https://
|
140
|
+
[issues]: https://github.com/frodsan/envoker/issues
|
data/lib/envoker/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: envoker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Francesco Rodríguez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-04-
|
11
|
+
date: 2016-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest
|
@@ -44,14 +44,14 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
47
|
+
version: '11.0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
54
|
+
version: '11.0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: rubocop
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -78,7 +78,7 @@ files:
|
|
78
78
|
- lib/envoker/rack.rb
|
79
79
|
- lib/envoker/version.rb
|
80
80
|
- test/envoker_test.rb
|
81
|
-
homepage: https://
|
81
|
+
homepage: https://github.com/frodsan/envoker
|
82
82
|
licenses:
|
83
83
|
- MIT
|
84
84
|
metadata: {}
|