trollme 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73e456b46f30bd41d1aa3690b18bc44741b92c36
4
- data.tar.gz: d13d1f1ba3b50836878b64e6aaadc58dc22a6430
3
+ metadata.gz: 2dd32004cb23304eb848a4ac76fdc0ca3590bff2
4
+ data.tar.gz: 0b8f00a7c7ef344fc8a06abfc66c4ae4004d9942
5
5
  SHA512:
6
- metadata.gz: 4a896689dbfbd54df365c2ed3897e453f97a8c7bd9fb425f6dae5f128ffdd5f2ea443137eaaf0a30cc6235de344ae18ac222e75a1dffdf025696e0e7cc2deaf9
7
- data.tar.gz: 6f6e096c62050244a55379ae8e9e405b4fbf7659bbce417358831eccbc4723bf5c10731187ab2d1befbf0057d51738d7316d444b084b2f62eda7e3f48926f69f
6
+ metadata.gz: 0a93d4dd6dbac7747e84b800d133ac1037b297c77ef57d0fda094f07597ec988da1a5af3c6a8545c4c253d5eb91d1b42a9366d367904b41e51a70daca3388f10
7
+ data.tar.gz: 8bce602c45b8a9d491e2c444c8ee8d04cc1f7758b7517422f55cfcce16705e6a95f2b27ce13195047273fe1ac130062cb91dc1a245bc02000b3d79e35505e673
data/README.md CHANGED
@@ -1,35 +1,15 @@
1
1
  # Trollme
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/trollme`. 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
-
2
+ TO WRITE
7
3
  ## Installation
4
+ ` gem install trollme`
8
5
 
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'trollme'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install trollme
6
+ Then in your command line terminal you just have to invoke it
7
+ `$ trollme`
22
8
 
23
9
  ## Usage
24
10
 
25
11
  TODO: Write usage instructions here
26
12
 
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` 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).
32
-
33
13
  ## Contributing
34
14
 
35
15
  Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/trollme.
@@ -1,3 +1,3 @@
1
1
  module Trollme
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/trollme.gemspec CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Trollme::VERSION
9
9
  spec.authors = ["Ruffeng"]
10
10
  spec.email = ["ruffeng@gmail.com"]
11
- spec.homepage = 'http://rubygems.org/gems/trollme'
11
+ spec.homepage = 'https://github.com/Ruffeng/trollme/tree/master'
12
12
  spec.summary = %q{Gem to troll your colleagues from the office.}
13
- spec.description = %q{This gem let's you change the desktop background from your colleagues. Perfect for trolling those who left the computer unlocked}
13
+ spec.description = %q{This gem let's you change the desktop background from your colleagues. Perfect for trolling those who left the computer unlocked. Check the homepage to know how to use it}
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trollme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruffeng
@@ -81,7 +81,8 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.0'
83
83
  description: This gem let's you change the desktop background from your colleagues.
84
- Perfect for trolling those who left the computer unlocked
84
+ Perfect for trolling those who left the computer unlocked. Check the homepage to
85
+ know how to use it
85
86
  email:
86
87
  - ruffeng@gmail.com
87
88
  executables:
@@ -105,7 +106,7 @@ files:
105
106
  - lib/trollme/downloader.rb
106
107
  - lib/trollme/version.rb
107
108
  - trollme.gemspec
108
- homepage: http://rubygems.org/gems/trollme
109
+ homepage: https://github.com/Ruffeng/trollme/tree/master
109
110
  licenses:
110
111
  - MIT
111
112
  metadata: {}