terryology 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/terryology/version.rb +1 -1
- data/terryology.gemspec +3 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67043eb7b70f8bd4ed0c6a734bd12957ec6ecc8b
|
4
|
+
data.tar.gz: 83a8e418a89046de93e6e158ff6234ad532645fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93a487c359a387f1e265a937d4f178b341016a038108207eca7e8564d6c50ea5a60f06c525e1100a2c8c52400655cdce4660a68c9124f71a6992e49eac27cb25
|
7
|
+
data.tar.gz: 0a87dc00c710049c011f64f7017e63f381adf6f600346d35d643db6104f3e0065ec8835889aa3e1465b43159ace10dacc63ab0e03a6e39f9d061a1df93ee9aee
|
data/README.md
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
> because the square root of four is two, so what's the square root of two?
|
10
10
|
> Should be one, but we're told its two, and that cannot be."
|
11
11
|
|
12
|
-
|
12
|
+
http://mashable.com/2015/09/14/terrence-howard-one-times-one/#fmaOD0hcxZqY
|
13
13
|
|
14
14
|
## Installation
|
15
15
|
|
data/lib/terryology/version.rb
CHANGED
data/terryology.gemspec
CHANGED
@@ -10,13 +10,15 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["me@workmad3.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{The fundamental rule of Terryology}
|
13
|
-
spec.description = %q{The fundamental rule of Terryology
|
13
|
+
spec.description = %q{1 * 1 == 2. The fundamental rule of Terryology}
|
14
14
|
spec.homepage = "https://github.com/workmad3/terryology"
|
15
|
+
spec.licenses = ["MIT"]
|
15
16
|
|
16
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
17
18
|
# delete this section to allow pushing this gem to any host.
|
18
19
|
if spec.respond_to?(:metadata)
|
19
20
|
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
21
|
+
spec.metadata['article'] = "http://mashable.com/2015/09/14/terrence-howard-one-times-one/#fmaOD0hcxZqY"
|
20
22
|
else
|
21
23
|
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
22
24
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: terryology
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Workman
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description: The fundamental rule of Terryology
|
55
|
+
description: 1 * 1 == 2. The fundamental rule of Terryology
|
56
56
|
email:
|
57
57
|
- me@workmad3.com
|
58
58
|
executables: []
|
@@ -71,9 +71,11 @@ files:
|
|
71
71
|
- lib/terryology/version.rb
|
72
72
|
- terryology.gemspec
|
73
73
|
homepage: https://github.com/workmad3/terryology
|
74
|
-
licenses:
|
74
|
+
licenses:
|
75
|
+
- MIT
|
75
76
|
metadata:
|
76
77
|
allowed_push_host: https://rubygems.org
|
78
|
+
article: http://mashable.com/2015/09/14/terrence-howard-one-times-one/#fmaOD0hcxZqY
|
77
79
|
post_install_message:
|
78
80
|
rdoc_options: []
|
79
81
|
require_paths:
|