simple-bot 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. data/lib/simple-bot/version.rb +1 -1
  2. metadata +8 -8
@@ -1,5 +1,5 @@
1
1
  module Simple
2
2
  module Bot
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,13 +27,13 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
- description: simple-bot allows you to create bots and incorporate into your Rails
31
- / Sinatra / Padrino application easily. It is a library that wraps around Mechanize,
32
- Nokogiri and many others. It provides simple API so you can start gathering content
33
- from other sites or use it as an automated tool for posting information in others
34
- websites. Add require 'simple-bot' to your ruby file and then create a new Bot.new
35
- 'url'. Use grab_all_links to show all links in an array. See the git page for more
36
- information.
30
+ description: simple-bot allows you to create bots and incorporate them into your
31
+ Rails / Sinatra / Padrino application easily. It is a library that wraps around
32
+ Mechanize, Nokogiri and many others. It provides simple API so you can start gathering
33
+ content from other sites or use it as an automated tool for posting information
34
+ in others websites. Add require 'simple-bot' to your ruby file and then create a
35
+ new Bot.new 'url'. Use grab_all_links to show all links in an array. See the git
36
+ page for more information.
37
37
  email: designium+simple@gmail.com
38
38
  executables: []
39
39
  extensions: []