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 +4 -4
- data/README.md +4 -24
- data/lib/trollme/version.rb +1 -1
- data/trollme.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2dd32004cb23304eb848a4ac76fdc0ca3590bff2
|
|
4
|
+
data.tar.gz: 0b8f00a7c7ef344fc8a06abfc66c4ae4004d9942
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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.
|
data/lib/trollme/version.rb
CHANGED
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 = '
|
|
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.
|
|
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:
|
|
109
|
+
homepage: https://github.com/Ruffeng/trollme/tree/master
|
|
109
110
|
licenses:
|
|
110
111
|
- MIT
|
|
111
112
|
metadata: {}
|