damn-weather 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d66c5914b16ef62706f55a5730a81c8e114e5be
4
- data.tar.gz: 6ca3bfac832fdda07b42455d1db905a57d7ed628
3
+ metadata.gz: 9f1984d3e35293ef173efe72136a8729480c11ed
4
+ data.tar.gz: 30fb9934c9d69e12567fa160b8f5a39899151d6c
5
5
  SHA512:
6
- metadata.gz: 04a9371e13d2213626de3514d2fa545cea18122bd98e1d4300da313c6308089905f309d41958579d5fe727019cef2ed2296e944e5fb18961b3282d767050cbe5
7
- data.tar.gz: 6d29eee1e26b5317c6b18362dc83795334a1c459d9e923a0d4f183d5176c14885ef025c8859492301887bcf5607f77b937541e4a526f1bcbafbe6f95f46bdb4f
6
+ metadata.gz: 69a73c90851db0ecde723bc5b8c836dc90c5ebe028bf83e53c4c93d278b629d0f16d131f3a9d91ff13c083bf1a98beae643d7581a3e401ef3385a80388bd279a
7
+ data.tar.gz: fda3a402faf8163ef2574fa7558d2c536d8c54ad7d69b5a80bbe48a9b214ce701234ea39f8a410b7a057388f53a564bb9977e8afd37f6392cacca92e69d34848
data/README.md CHANGED
@@ -1,36 +1,30 @@
1
- # DamnWeather
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/damn_weather`. 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 'damn_weather'
1
+ damn-weather
2
+ ============
3
+ Get some damn :sunny: :sunglasses: :zap: :thumbsup:!
4
+ ----------------------------------------------------------------------
5
+ Find out what's the damn weather going to be like right from your terminal :sunglasses:
6
+ This gem provides you with an easy and convenient way for checking weather forecast. It uses your ip address for locating you and (address) for fetching weather data.
7
+
8
+ Example output
9
+ --------------
10
+ ![example](example.png)
11
+
12
+ Installation
13
+ ------------
14
+ ```sh
15
+ $ gem install damn-weather
13
16
  ```
14
17
 
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install damn_weather
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 false` 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
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/damn_weather. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
18
+ Usage
19
+ -----
20
+ ```
21
+ damn-weather one day forecast
22
+ damn-weather -f/--forecast [days] forecast for [days]
23
+ damn-weather -n/--now weather right now
24
+ damn-weather -v/--version display gem version
25
+ damn-weather -h/--help help message
26
+ ```
36
27
 
28
+ License
29
+ -------
30
+ MIT
@@ -55,7 +55,7 @@ module Emoji
55
55
  def cloudy
56
56
  ["\xE2\x9B\x85", # sun behind cloud
57
57
  "\xF0\x9F\x8C\x82", # closed umbrella
58
- "\xF0\x9F\x92\xAD" # thought balloon
58
+ "\xF0\x9F\x98\x90" # :|
59
59
  ]
60
60
  end
61
61
 
@@ -1,3 +1,3 @@
1
1
  module DamnWeather
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: damn-weather
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justyna Rachowicz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-10 00:00:00.000000000 Z
11
+ date: 2015-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler