mirrored 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,2 +1,5 @@
1
+ 0.1.1 - Oct 6, 2007
2
+ * Updated README file as I forgot to
3
+
1
4
  0.1.0 - Oct 6, 2007
2
5
  * initial release
data/README.txt CHANGED
@@ -1 +1,20 @@
1
- README
1
+ = Mirrored
2
+
3
+ Mirrored is a really easy to use wrapper for the delicious api (http://del.icio.us/help/api) and magnolia's mirrored version (http://wiki.ma.gnolia.com/Mirror%27d_API).
4
+
5
+ == Install
6
+
7
+ sudo gem install mirrored -y
8
+
9
+ == Usage
10
+
11
+ 1. Setup your connection to either :magnolia or :delicious.
12
+
13
+ Mirrored::Base.establish_connection(:magnolia, 'jnunemaker', 'password')
14
+
15
+ 2. Work the mirrored classes (Post, Tag, Update and Date)
16
+
17
+ # => posts tagged ruby
18
+ Mirrored::Post.find(:get, :tag => 'ruby')
19
+
20
+ You can also manipulate tags, find out when your last update was and see information about your posting habits. See the rubyforge page for more information (http://mirrored.rubyforge.org).
@@ -2,7 +2,7 @@ module Mirrored #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/website/index.html CHANGED
@@ -13,7 +13,7 @@
13
13
  <p>Bookmarking discrimination is no more.</p>
14
14
 
15
15
  <ul id="nav">
16
- <li><a href="mirrored/">Docs</a></li>
16
+ <li><a href="rdoc/">Docs</a></li>
17
17
  <li><a href="http://rubyforge.org/projects/mirrored/">Rubyforge Page</a></li>
18
18
  </ul>
19
19
  </div>
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: mirrored
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
6
+ version: 0.1.1
7
7
  date: 2007-10-06 00:00:00 -04:00
8
8
  summary: Wrapper for delicious and magnolia mirrored apis
9
9
  require_paths: