common_tools 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/common_tools.gemspec +1 -5
- data/lib/common_tools/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2a95d74e5f492d7ceb125c348f2655fd419c312
|
4
|
+
data.tar.gz: 9d5ce6bd8169aed65d8c1fda6602c0d0dc954cda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
data/lib/common_tools/version.rb
CHANGED
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.
|
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
|
41
|
+
description: Includes often used scripts to help Flatiron School instructors
|
42
42
|
email:
|
43
43
|
- ben@flatironschool.com
|
44
44
|
executables: []
|