public
Description: Mirrored is a wrapper for the mirrored del.icio.us and ma.gnolia apis.
Homepage: http://mirrored.rubyforge.org/
Clone URL: git://github.com/jnunemaker/mirrored.git
Search Repo:
0.1.4 release


git-svn-id: http://svn.addictedtonew.com/public/gems/mirrored@111 
fe7eae16-9a24-0410-a59d-9e59979e88be
jnunemaker (author)
Sun Oct 28 13:31:34 -0700 2007
commit  07b26b42294fc644dbe21f91886721eb026461c1
tree    464bb88bad32acaff758b2f356a032921db84678
parent  281ab93eb58ebb1f8b1b958a530008b5dd3f6462
...
 
 
 
1
2
3
...
1
2
3
4
5
6
0
@@ -1,3 +1,6 @@
0
+0.1.4
0
+* screwed up 0.1.3, this correctly fixes hpricot issue
0
+
0
 0.1.3
0
 * removed specific hpricot version requirement, instead now requiring anything over 0.5
0
 
...
60
61
62
63
 
64
65
66
...
60
61
62
 
63
64
65
66
0
@@ -60,7 +60,7 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
0
   
0
   # == Optional
0
   p.changes = p.paragraphs_of("History.txt", 0..1).join("\\n\\n")
0
- p.extra_deps = [['hpricot', '0.5']] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ]
0
+ p.extra_deps = [['hpricot', '>= 0.5']] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ]
0
   
0
   #p.spec_extras = {} # A hash of extra values to set in the gemspec.
0
   
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module Mirrored #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
     MINOR = 1
0
- TINY = 3
0
+ TINY = 4
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.