terryology 0.1.2 → 0.1.3

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: 8e05516c176f8b9c90c8015e3f06615880353796
4
- data.tar.gz: f82332b06eb7d9da05af35a53ea8bafaa9266520
3
+ metadata.gz: 67043eb7b70f8bd4ed0c6a734bd12957ec6ecc8b
4
+ data.tar.gz: 83a8e418a89046de93e6e158ff6234ad532645fd
5
5
  SHA512:
6
- metadata.gz: f029f4d7a155a49df6bd159e18353f74c506d5172a323b953de002ced9f0ea8b16f242e5f8c401d89079d11bbe863547bf4f8ce7fc63b95d83413421aef5b186
7
- data.tar.gz: 9c785e88dace492f82ab8be0288cdd7d1997eb1a0114b2ae58eb7e679e0919062e89092a9befab33cc1ad7520ccb059d1fa68e03965572ec553bc02b486144b3
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
- [http://mashable.com/2015/09/14/terrence-howard-one-times-one/#fmaOD0hcxZqY]
12
+ http://mashable.com/2015/09/14/terrence-howard-one-times-one/#fmaOD0hcxZqY
13
13
 
14
14
  ## Installation
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Terryology
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -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. http://mashable.com/2015/09/14/terrence-howard-one-times-one/#fmaOD0hcxZqY}
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.2
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. http://mashable.com/2015/09/14/terrence-howard-one-times-one/#fmaOD0hcxZqY
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: