urlybird 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 (3) hide show
  1. data/README.rdoc +3 -1
  2. data/lib/urlybird/version.rb +1 -1
  3. metadata +1 -1
@@ -19,10 +19,12 @@ Add new or additional query string parameters:
19
19
  Worms: http://urlybird.com/search?q=worms
20
20
  EOL
21
21
 
22
- puts UrlyBird.seek(content) do |url|
22
+ content = UrlyBird.seek(content) do |url|
23
23
  url.query_values = (url.query_values || {}).merge(:q1 => 'one')
24
24
  end
25
25
 
26
+ puts content
27
+
26
28
  The above example will print:
27
29
 
28
30
  <a href="http://urlybird.com/?q1=one">Worms</a>
@@ -1,3 +1,3 @@
1
1
  module UrlyBird
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urlybird
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: