luna-rspec-formatters 1.0.1 → 1.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/License +9 -8
- data/lib/luna/rspec/formatters/version.rb +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: d51a00d76111a266ada6f6f6e1e5974910682bcc
|
|
4
|
+
data.tar.gz: 773d74d129015e7233a71fa110c365c0b2cb05b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8b47fe52b709cccc47a0300127bbf8036da23c57716b1e9e0fa794ea2299f5f496bf71fe925166958fd09340844b9bf266a2df2292510ebc2c36207da6c35cc
|
|
7
|
+
data.tar.gz: 0110d8bcff5ed61556f338c3c2f0ba663b325c845bae99476155d229efeef05dc6d043627e98adabbad6908a482c86ed214cc147d6db11b3aeea1ff081b12dc2
|
data/License
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
Copyright 2013 Jordon Bedwell.
|
|
1
|
+
Copyright 2013-2014 Jordon Bedwell.
|
|
2
2
|
Apache License.
|
|
3
3
|
|
|
4
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
5
|
-
this file except in compliance with the License. You may obtain
|
|
6
|
-
License at: http://www.apache.org/licenses/LICENSE-2.0
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
5
|
+
not use this file except in compliance with the License. You may obtain
|
|
6
|
+
a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0
|
|
7
7
|
|
|
8
|
-
Unless required by applicable law or agreed to in writing, software
|
|
9
|
-
under the License is distributed on an "AS IS" BASIS,
|
|
10
|
-
CONDITIONS OF ANY KIND, either express or
|
|
11
|
-
|
|
8
|
+
Unless required by applicable law or agreed to in writing, software
|
|
9
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
10
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
11
|
+
implied. See the License for the specific language governing
|
|
12
|
+
permissions and limitations under the License.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: luna-rspec-formatters
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jordon Bedwell
|
|
@@ -44,7 +44,7 @@ dependencies:
|
|
|
44
44
|
- - "<="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: '3.1'
|
|
47
|
-
description:
|
|
47
|
+
description: "@envygeeks RSpec formatters that are dedicated to Luna."
|
|
48
48
|
email:
|
|
49
49
|
- envygeeks@gmail.com
|
|
50
50
|
executables: []
|
|
@@ -81,5 +81,5 @@ rubyforge_project:
|
|
|
81
81
|
rubygems_version: 2.2.1
|
|
82
82
|
signing_key:
|
|
83
83
|
specification_version: 4
|
|
84
|
-
summary:
|
|
84
|
+
summary: "@envygeeks RSpec formatters dedicated to Luna."
|
|
85
85
|
test_files: []
|