README.md in shack_kit-0.2.0 vs README.md in shack_kit-0.2.1
- old
+ new
@@ -1,11 +1,11 @@
# ShackKit
[![Gem Version](https://badge.fury.io/rb/shack_kit.svg)](https://badge.fury.io/rb/shack_kit)
[![Code Climate](https://codeclimate.com/github/rrrodrigo/shack_kit/badges/gpa.svg)](https://codeclimate.com/github/rrrodrigo/shack_kit)
-Collection of HAM radio utilities packaged as Ruby gem, by Marcin Bajer, SQ9OZM
+Collection of HAM radio utilities packaged as Ruby gem by Marcin SQ9OZM
## Functionality
### Data lookup
@@ -187,13 +187,20 @@
##### SP callsigns
[UKE, the Office of Electronic Communication](https://en.uke.gov.pl) has the authority over issuing amateur radio licenses in Poland. The current lists of valid licenses are published separately for individual and club stations and are downloadable as CSV files from these pages: https://amator.uke.gov.pl/individuals?locale=en (Individuals) and https://amator.uke.gov.pl/clubs?locale=en (Clubs). There is a blue "Download" button on the bottom left of each page. Both datasets can be then loaded into ShackKit database like this:
```ruby
ShackKit::Data::SPCalls.update("db/sources/individuals_2016-04-01.csv", "db/sources/clubs_2016-04-01.csv")
-=> 13321 (number of loaded calls)
+=> 13321 (number of loaded callsigns)
```
+Starting with version 0.2.1 it is possible to update SP callsigns dataset automatically from UKE website:
+```ruby
+ShackKit::Data::SPCalls.update_online
+=> 14234 (number of loaded callsigns)
+```
+
+
## Development
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.
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).
@@ -207,7 +214,5 @@
ShackKit development has been sponsored by my employer [Ragnarson](http://www.ragnarson.com), a Ruby software shop from Poland, which is supporting open software contributions of its employees during quarterly Ragnarson Open Day events.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
-
-