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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 682582f68c24bd7a37708fb23ae9aae0a6b9b945
4
- data.tar.gz: e6a626c7f4f2701559d05b82612e71dd232d5711
3
+ metadata.gz: 528e440f91bc49ab0f9c980b4b8547048df5d5de
4
+ data.tar.gz: a8398cd1c521dc77ea91c0f703643797e77fdcbd
5
5
  SHA512:
6
- metadata.gz: 6c7020881ce637a42cf8e58e6ab73bb9d9b56ec233f936c84ac6b1aff8ba25f16dc7ca6b7f1cae121deff8091319201895a16d5b582ba60b6c4c1ca84f449854
7
- data.tar.gz: dad432480ef8269a3965b1d280a3d2a18de17c20063ea71862efcf65a805134862e9a563302c77381ab7e35f8ff118ab791206b74b09911a59e87e6506fb0f09
6
+ metadata.gz: 3d1abb9c1dc581936d8acc07f916dbc0acfbc787a9689c4488f119621f88b708647df0aa843683cd76a2e00df521ed54bf41db4889e1136b1dc0e53c553f893a
7
+ data.tar.gz: 557b0e72ff5228d9730bb9489bb9d26c11763abf3f5e6d952ed38eb26091382acf55d7aea9101e8c3f72aa17394f23f9cbf4389a6ab72f06732d5ed487cef116
data/.gitignore CHANGED
@@ -13,3 +13,4 @@
13
13
  *.swp
14
14
  .ssd
15
15
  *.gem
16
+ *.lock
data/README.md CHANGED
@@ -1,34 +1,6 @@
1
1
  # Tits
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/tits`. To experiment with that code, run `bin/console` for an interactive prompt.
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
-
@@ -1,3 +1,3 @@
1
1
  module Tits
2
- VERSION = "0.1.0"
2
+ VERSION = "1.0.0"
3
3
  end
@@ -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{tits is a placeholder for my next big idea when it comes :)}
13
- spec.description = %q{tits is gonna be great!}
14
- spec.homepage = "https://tits-rb.com"
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: 0.1.0
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-10-12 00:00:00.000000000 Z
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: tits is gonna be great!
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://tits-rb.com
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: tits is a placeholder for my next big idea when it comes :)
99
+ summary: Tits is an art expermient that literally `puts` the message out aganist gender
100
+ harrasment aganist women.
99
101
  test_files: []