common_tools 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0042d9af59bbb4270bbaefbcfd969cf6a7f3a3b9
4
- data.tar.gz: 5b7e52deb4a1d5425e4d0eab153fe5ac523851bd
3
+ metadata.gz: b2a95d74e5f492d7ceb125c348f2655fd419c312
4
+ data.tar.gz: 9d5ce6bd8169aed65d8c1fda6602c0d0dc954cda
5
5
  SHA512:
6
- metadata.gz: 39105abeb746297c768e0a8cdb55358408b09d569bc7e5c18140476938d681adaee95e0446d880dbb553c65076bb9b5d94b5a8075ccddd5f964db16718ab6e7f
7
- data.tar.gz: 5c64ed6c7e8245e890c58a7f62fd642d10f11e16066023d19dfb721e0283733bfcf602599891e32bc90bd21afd0ce7f71e4a504b3a4000c25852b2f52490e1f7
6
+ metadata.gz: 5714ec808ddd6e4449aecaa335e7d339c14184ac11126f302195407833aacb3a4ee212634e2e667fd1935abb3b77e748ca3ded327d4431151279f403b0e2461e
7
+ data.tar.gz: 307f7b03346ebc080cc6f2ce7e9ccd62f73d3b6b3a3f31ac82fdb76232f74a257f2ebe424639b694799afa183e3cc26e96710bbd29538579be504d31d6f76470
data/common_tools.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["ben@flatironschool.com"]
11
11
 
12
12
  spec.summary = %q{Common Tools and scripts for Flatiron School Instructors}
13
- spec.description = %q{Includes often used scripts to help instructors work}
13
+ spec.description = %q{Includes often used scripts to help Flatiron School instructors}
14
14
  spec.homepage = "https://github.com/flatiron-labs/instructor-tools-common-tools"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -18,10 +18,6 @@ Gem::Specification.new do |spec|
18
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- # if spec.respond_to?(:metadata)
22
- # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server."
23
- # end
24
-
25
21
  spec.add_development_dependency "bundler", "~> 1.8"
26
22
  spec.add_development_dependency "rake", "~> 10.0"
27
23
  end
@@ -1,3 +1,3 @@
1
1
  class CommonTools
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: common_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BenjaGross
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Includes often used scripts to help instructors work
41
+ description: Includes often used scripts to help Flatiron School instructors
42
42
  email:
43
43
  - ben@flatironschool.com
44
44
  executables: []