learn-co 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ebc2a64c78a8a3e9501d5146667207cb6e85eef
4
- data.tar.gz: 2db4012ef8ee8d5d4a0d4a728bb7939f2deecb33
3
+ metadata.gz: 42599e3abf725435a6ad384ba005e8447c6a989b
4
+ data.tar.gz: e62ef1a065ba5771d4c933b406fc23ebbfb7da9e
5
5
  SHA512:
6
- metadata.gz: 75f37e6220f17db96290793f5b2ae78e52ccef52284332349ab380abeccc91957b775476de68e9d9d2eb5b399fa28e50f26ae2beb713e028a64be6c285d7d5be
7
- data.tar.gz: 7df656897e2a72c2f37af3e82995d9bb7207afb8878f0a1875032bcb8106a0daf53c3408a1d29c3e3e12a7d88da05a67dc870db869c26a2805497790377fbfbf
6
+ metadata.gz: baa96bd87b6e0fb56031bff76d99480b58d7c0b8861e356d0494ef26d04e9859e5a9a2c07486f770876691fe43ff512bd074adada4e42be955404a3d70ec7e2e
7
+ data.tar.gz: 4152f0c80b2e182b742aed0c311388cb9f13e354e3a7cb5512f07c465cce9b516856d250a45c88cb447252ac8e0f9b9687bd000248281759361bce06695508c5
@@ -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 = ["Logan Hasson"]
10
- spec.email = ["logan.hasson@gmail.com"]
11
- spec.summary = %q{Runs RSpec and Jasmine builds and pushes JSON output to Learn.}
12
- spec.homepage = "http://github.com/flatiron-labs/learn-gem"
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")
@@ -1,3 +1,3 @@
1
1
  module Learn
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - Logan Hasson
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
- - logan.hasson@gmail.com
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://github.com/flatiron-labs/learn-gem
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 Jasmine builds and pushes JSON output to Learn.
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
Binary file