luna-rspec-formatters 1.0.0 → 1.0.1
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/Gemfile +0 -11
- data/lib/luna/rspec/formatters/base.rb +0 -8
- data/lib/luna/rspec/formatters/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 09c49a6e49c7bcac19b06255c821c80e09c8338f
|
|
4
|
+
data.tar.gz: 08805fcd8cbc89c13904fe028c4a76c58f6eba74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb9c567db7797837389d9ad402ce832ffd07fa1187f40be9d466aa204570536173fc52536c6ef247f3da9ecf8263cb46fa99edd0d5348289c98e5027815a60ff
|
|
7
|
+
data.tar.gz: 69b7c47575f27a0f2aa24de321dedae81c5899d131bfce0ea76e25cee9bb2a40b538bea683a324b6cd59d13b291856e44c856b2c2a2aca0c1466a4baf9941c6b
|
data/Gemfile
CHANGED
|
@@ -2,16 +2,5 @@ source "https://rubygems.org"
|
|
|
2
2
|
gemspec
|
|
3
3
|
|
|
4
4
|
group :development do
|
|
5
|
-
unless ENV["CI"]
|
|
6
|
-
gem "pry"
|
|
7
|
-
end
|
|
8
|
-
|
|
9
5
|
gem "rake"
|
|
10
6
|
end
|
|
11
|
-
|
|
12
|
-
group :test do
|
|
13
|
-
case ENV["RSPEC_VERSION"]
|
|
14
|
-
when "stable" then gem "rspec", "~> 2.14"
|
|
15
|
-
when "beta" then gem "rspec", "~> 3.0.0.beta1"
|
|
16
|
-
end
|
|
17
|
-
end
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
require "rspec/core/formatters/base_text_formatter"
|
|
2
2
|
require "libnotify"
|
|
3
3
|
|
|
4
|
-
# ----------------------------------------------------------------------------
|
|
5
|
-
# For backwards compatibility.
|
|
6
|
-
# ----------------------------------------------------------------------------
|
|
7
|
-
|
|
8
|
-
class String
|
|
9
|
-
include Term::ANSIColor
|
|
10
|
-
end
|
|
11
|
-
|
|
12
4
|
# ----------------------------------------------------------------------------
|
|
13
5
|
# My RSpec formatters.
|
|
14
6
|
# ----------------------------------------------------------------------------
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jordon Bedwell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: libnotify
|
|
@@ -78,8 +78,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
78
78
|
version: '0'
|
|
79
79
|
requirements: []
|
|
80
80
|
rubyforge_project:
|
|
81
|
-
rubygems_version: 2.2.
|
|
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: []
|