get_pocket_send 0.0.2 → 0.1.3

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: a3bd21a48f47bfcdcdb54ab4ac5a4d6c617df495
4
- data.tar.gz: 887128d7bf0777137036f4b468ff16fea07d6e1f
3
+ metadata.gz: 58819321977d9efa6433d086653891c66fa0c1d6
4
+ data.tar.gz: 34dc337bbf3712ea39ce108f42563df3dc64f75b
5
5
  SHA512:
6
- metadata.gz: b43b7e3ce1492c66d39b648272af5e7d9df4f25cbdb7686916a6a25ad143e6bc3f92016a429728d485b0728e58dc31fbeae78e5975b66a10191e26b3a344c34b
7
- data.tar.gz: 38287a7a81361780fe0b743552c465b6ad541f4da1a54cd550678cebe3b35eebbfbf9fc073347f159f548e2aadc4d1ec67e42ad6e2f116cb683eeaaeefb380c6
6
+ metadata.gz: 36523e956bc74fe9f8d29e7694955e056cb341d116eb9f9320263ac571c99b8e0d072adfb78e385ade4e2f60731747b99e193ab0143f9df087c594d1cf9b7cf6
7
+ data.tar.gz: 04791897515c20c8654632dfd6db0c84ef5240c345f0ff37ad7aab1556d4002c6eb744b4378d392fb5c043b658b358501fbad3bd8a44b7bb16298549f56ab8a0
data/README.md CHANGED
@@ -1,30 +1,25 @@
1
1
  # GetPocketSend
2
2
 
3
- TODO: Write a gem description
3
+ rubygems: https://rubygems.org/gems/get_pocket_send
4
4
 
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- ```ruby
10
- gem 'get_pocket_send'
11
- ```
5
+ This is simple gem for scrapping articles from http://itc.ua/ to your Pocket app.
12
6
 
13
- And then execute:
14
7
 
15
- $ bundle
8
+ ## Installation
16
9
 
17
- Or install it yourself as:
10
+ Install it yourself as:
18
11
 
19
12
  $ gem install get_pocket_send
20
13
 
21
14
  ## Usage
22
15
 
23
- TODO: Write usage instructions here
16
+ simple run next command:
17
+
18
+ $ get_pocket_sent 'your_email' 'your_password'
24
19
 
25
20
  ## Contributing
26
21
 
27
- 1. Fork it ( https://github.com/[my-github-username]/get_pocket_send/fork )
22
+ 1. Fork it
28
23
  2. Create your feature branch (`git checkout -b my-new-feature`)
29
24
  3. Commit your changes (`git commit -am 'Add some feature'`)
30
25
  4. Push to the branch (`git push origin my-new-feature`)
data/bin/get_pocket_send CHANGED
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require './lib/get_pocket_send'
3
+ # require './lib/get_pocket_send'
4
+ require 'get_pocket_send'
4
5
 
5
6
  begin
6
7
  raise Interrupt unless ARGV.size == 2
@@ -1,3 +1,3 @@
1
1
  module GetPocketSend
2
- VERSION = "0.0.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: get_pocket_send
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasin Dmitriy