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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 09c49a6e49c7bcac19b06255c821c80e09c8338f
4
- data.tar.gz: 08805fcd8cbc89c13904fe028c4a76c58f6eba74
3
+ metadata.gz: d51a00d76111a266ada6f6f6e1e5974910682bcc
4
+ data.tar.gz: 773d74d129015e7233a71fa110c365c0b2cb05b6
5
5
  SHA512:
6
- metadata.gz: cb9c567db7797837389d9ad402ce832ffd07fa1187f40be9d466aa204570536173fc52536c6ef247f3da9ecf8263cb46fa99edd0d5348289c98e5027815a60ff
7
- data.tar.gz: 69b7c47575f27a0f2aa24de321dedae81c5899d131bfce0ea76e25cee9bb2a40b538bea683a324b6cd59d13b291856e44c856b2c2a2aca0c1466a4baf9941c6b
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 not use
5
- this file except in compliance with the License. You may obtain a copy of the
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 distributed
9
- under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10
- CONDITIONS OF ANY KIND, either express or implied. See the License for the
11
- specific language governing permissions and limitations under the License.
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.
@@ -1,7 +1,7 @@
1
1
  module Luna
2
2
  module Rspec
3
3
  module Formatters
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
6
6
  end
7
7
  end
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.1
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: A couple of RSpec formatters.
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: EnvyGeeks RSpec formatters dedicated to Luna.
84
+ summary: "@envygeeks RSpec formatters dedicated to Luna."
85
85
  test_files: []