tits 1.0.0 → 1.0.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 +4 -4
- data/lib/tits/version.rb +1 -1
- data/tits.gemspec +4 -2
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0f48a5d0d6e3c2cb0721b5be45cead402b5ffdb
|
|
4
|
+
data.tar.gz: f03e7768511b0342544de41d3bd001bf302fcb17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a5ba10ef1e7ba83d07461058e30ec613d68e265d598b383e1175e2525cf8ffb5b709bed2e5e413f36accc50b5f9c414b996fe79a8ce6791bffdbc035107287f
|
|
7
|
+
data.tar.gz: 31facd43bca88ecc10454b7016033c8780cb1c24d311213dd1323f8e12026b426873676b3a2d65c7c5f3eaa6ec7ae9cdfc5734f8b3b8af614a72174966408f9f
|
data/lib/tits/version.rb
CHANGED
data/tits.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["zotherstupidguy"]
|
|
10
10
|
spec.email = ["zotherstupidguy@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{Tits is an art expermient that literally `puts` the message out aganist gender harrasment
|
|
13
|
-
spec.description = %q{Tits is an art expermient that literally `puts` the message out aganist gender harrasment
|
|
12
|
+
spec.summary = %q{Tits is an art expermient that literally `puts` the message out aganist gender harrasment.}
|
|
13
|
+
spec.description = %q{Tits is an art expermient that literally `puts` the message out aganist gender harrasment.}
|
|
14
14
|
spec.homepage = "https://github.com/zotherstupidguy/tits"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
@@ -32,4 +32,6 @@ Gem::Specification.new do |spec|
|
|
|
32
32
|
spec.add_development_dependency "minitest", "~> 5.0"
|
|
33
33
|
|
|
34
34
|
spec.post_install_message = "STOP being passive about gender harrasment"
|
|
35
|
+
spec.post_install_message = "“Culture does not make people. People make culture. If it is true that the full humanity of women is not our culture, then we can and must make it our culture.”
|
|
36
|
+
― Chimamanda Ngozi Adichie, We Should All Be Feminists"
|
|
35
37
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tits
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- zotherstupidguy
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '5.0'
|
|
55
55
|
description: Tits is an art expermient that literally `puts` the message out aganist
|
|
56
|
-
gender harrasment
|
|
56
|
+
gender harrasment.
|
|
57
57
|
email:
|
|
58
58
|
- zotherstupidguy@gmail.com
|
|
59
59
|
executables: []
|
|
@@ -77,7 +77,9 @@ homepage: https://github.com/zotherstupidguy/tits
|
|
|
77
77
|
licenses:
|
|
78
78
|
- MIT
|
|
79
79
|
metadata: {}
|
|
80
|
-
post_install_message:
|
|
80
|
+
post_install_message: "“Culture does not make people. People make culture. If it is
|
|
81
|
+
true that the full humanity of women is not our culture, then we can and must make
|
|
82
|
+
it our culture.” \n ― Chimamanda Ngozi Adichie, We Should All Be Feminists"
|
|
81
83
|
rdoc_options: []
|
|
82
84
|
require_paths:
|
|
83
85
|
- lib
|
|
@@ -97,5 +99,5 @@ rubygems_version: 2.6.7
|
|
|
97
99
|
signing_key:
|
|
98
100
|
specification_version: 4
|
|
99
101
|
summary: Tits is an art expermient that literally `puts` the message out aganist gender
|
|
100
|
-
harrasment
|
|
102
|
+
harrasment.
|
|
101
103
|
test_files: []
|