learn-co 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/learn-co.gemspec +4 -4
- data/lib/learn/version.rb +1 -1
- metadata +6 -6
- data/learn-0.0.6.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42599e3abf725435a6ad384ba005e8447c6a989b
|
|
4
|
+
data.tar.gz: e62ef1a065ba5771d4c933b406fc23ebbfb7da9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baa96bd87b6e0fb56031bff76d99480b58d7c0b8861e356d0494ef26d04e9859e5a9a2c07486f770876691fe43ff512bd074adada4e42be955404a3d70ec7e2e
|
|
7
|
+
data.tar.gz: 4152f0c80b2e182b742aed0c311388cb9f13e354e3a7cb5512f07c465cce9b516856d250a45c88cb447252ac8e0f9b9687bd000248281759361bce06695508c5
|
data/learn-co.gemspec
CHANGED
|
@@ -6,10 +6,10 @@ require 'learn/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "learn-co"
|
|
8
8
|
spec.version = Learn::VERSION
|
|
9
|
-
spec.authors = ["
|
|
10
|
-
spec.email = ["
|
|
11
|
-
spec.summary = %q{Runs RSpec and
|
|
12
|
-
spec.homepage = "http://
|
|
9
|
+
spec.authors = ["Flatiron School"]
|
|
10
|
+
spec.email = ["info@flatironschool.com"]
|
|
11
|
+
spec.summary = %q{Runs RSpec, Jasmine, and Python Unit Test builds and pushes JSON output to Learn.}
|
|
12
|
+
spec.homepage = "http://learn.co"
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/learn/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: learn-co
|
|
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
|
+
- Flatiron School
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -138,7 +138,7 @@ dependencies:
|
|
|
138
138
|
version: '0'
|
|
139
139
|
description:
|
|
140
140
|
email:
|
|
141
|
-
-
|
|
141
|
+
- info@flatironschool.com
|
|
142
142
|
executables:
|
|
143
143
|
- learn
|
|
144
144
|
extensions: []
|
|
@@ -151,7 +151,6 @@ files:
|
|
|
151
151
|
- README.md
|
|
152
152
|
- Rakefile
|
|
153
153
|
- bin/learn
|
|
154
|
-
- learn-0.0.6.gem
|
|
155
154
|
- learn-co.gemspec
|
|
156
155
|
- lib/learn.rb
|
|
157
156
|
- lib/learn/file_finder.rb
|
|
@@ -198,7 +197,7 @@ files:
|
|
|
198
197
|
- spec/fixtures/rspec-unit-spec/spec/spec_helper.rb
|
|
199
198
|
- spec/repo_parser_spec.rb
|
|
200
199
|
- spec/spec_helper.rb
|
|
201
|
-
homepage: http://
|
|
200
|
+
homepage: http://learn.co
|
|
202
201
|
licenses:
|
|
203
202
|
- MIT
|
|
204
203
|
metadata: {}
|
|
@@ -222,7 +221,8 @@ rubyforge_project:
|
|
|
222
221
|
rubygems_version: 2.4.5
|
|
223
222
|
signing_key:
|
|
224
223
|
specification_version: 4
|
|
225
|
-
summary: Runs RSpec and
|
|
224
|
+
summary: Runs RSpec, Jasmine, and Python Unit Test builds and pushes JSON output to
|
|
225
|
+
Learn.
|
|
226
226
|
test_files:
|
|
227
227
|
- spec/features/jasmine_jquery_fixtures_spec.rb
|
|
228
228
|
- spec/features/rspec_unit_spec.rb
|
data/learn-0.0.6.gem
DELETED
|
Binary file
|