tits 0.1.0 → 1.0.0
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/.gitignore +1 -0
- data/README.md +1 -30
- data/lib/tits/version.rb +1 -1
- data/tits.gemspec +5 -3
- metadata +8 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 528e440f91bc49ab0f9c980b4b8547048df5d5de
|
4
|
+
data.tar.gz: a8398cd1c521dc77ea91c0f703643797e77fdcbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d1abb9c1dc581936d8acc07f916dbc0acfbc787a9689c4488f119621f88b708647df0aa843683cd76a2e00df521ed54bf41db4889e1136b1dc0e53c553f893a
|
7
|
+
data.tar.gz: 557b0e72ff5228d9730bb9489bb9d26c11763abf3f5e6d952ed38eb26091382acf55d7aea9101e8c3f72aa17394f23f9cbf4389a6ab72f06732d5ed487cef116
|
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -1,34 +1,6 @@
|
|
1
1
|
# Tits
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
6
|
-
|
7
|
-
## Installation
|
8
|
-
|
9
|
-
Add this line to your application's Gemfile:
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
gem 'tits'
|
13
|
-
```
|
14
|
-
|
15
|
-
And then execute:
|
16
|
-
|
17
|
-
$ bundle
|
18
|
-
|
19
|
-
Or install it yourself as:
|
20
|
-
|
21
|
-
$ gem install tits
|
22
|
-
|
23
|
-
## Usage
|
24
|
-
|
25
|
-
TODO: Write usage instructions here
|
26
|
-
|
27
|
-
## Development
|
28
|
-
|
29
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
30
|
-
|
31
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
3
|
+
Tits is an art expermient that literally `puts` the message out aganist gender harrasment aganist women.
|
32
4
|
|
33
5
|
## Contributing
|
34
6
|
|
@@ -38,4 +10,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN
|
|
38
10
|
## License
|
39
11
|
|
40
12
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
41
|
-
|
data/lib/tits/version.rb
CHANGED
data/tits.gemspec
CHANGED
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["zotherstupidguy"]
|
10
10
|
spec.email = ["zotherstupidguy@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{
|
13
|
-
spec.description = %q{
|
14
|
-
spec.homepage = "https://
|
12
|
+
spec.summary = %q{Tits is an art expermient that literally `puts` the message out aganist gender harrasment aganist women.}
|
13
|
+
spec.description = %q{Tits is an art expermient that literally `puts` the message out aganist gender harrasment aganist women.}
|
14
|
+
spec.homepage = "https://github.com/zotherstupidguy/tits"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
@@ -30,4 +30,6 @@ Gem::Specification.new do |spec|
|
|
30
30
|
spec.add_development_dependency "bundler", "~> 1.12"
|
31
31
|
spec.add_development_dependency "rake", "~> 10.0"
|
32
32
|
spec.add_development_dependency "minitest", "~> 5.0"
|
33
|
+
|
34
|
+
spec.post_install_message = "STOP being passive about gender harrasment"
|
33
35
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tits
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- zotherstupidguy
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,7 +52,8 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '5.0'
|
55
|
-
description:
|
55
|
+
description: Tits is an art expermient that literally `puts` the message out aganist
|
56
|
+
gender harrasment aganist women.
|
56
57
|
email:
|
57
58
|
- zotherstupidguy@gmail.com
|
58
59
|
executables: []
|
@@ -72,11 +73,11 @@ files:
|
|
72
73
|
- lib/tits/version.rb
|
73
74
|
- pkg/tits-0.1.0.gem
|
74
75
|
- tits.gemspec
|
75
|
-
homepage: https://
|
76
|
+
homepage: https://github.com/zotherstupidguy/tits
|
76
77
|
licenses:
|
77
78
|
- MIT
|
78
79
|
metadata: {}
|
79
|
-
post_install_message:
|
80
|
+
post_install_message: STOP being passive about gender harrasment
|
80
81
|
rdoc_options: []
|
81
82
|
require_paths:
|
82
83
|
- lib
|
@@ -95,5 +96,6 @@ rubyforge_project:
|
|
95
96
|
rubygems_version: 2.6.7
|
96
97
|
signing_key:
|
97
98
|
specification_version: 4
|
98
|
-
summary:
|
99
|
+
summary: Tits is an art expermient that literally `puts` the message out aganist gender
|
100
|
+
harrasment aganist women.
|
99
101
|
test_files: []
|