springnote_resources 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,7 +1,8 @@
1
- == 0.2 / 2007-7-30
1
+ == 0.2.1 / 2007-8-6
2
+ * tiny naming fix for rubygems
2
3
 
4
+ == 0.2 / 2007-7-30
3
5
  * Public Release
4
6
 
5
7
  == 0.1 / 2007-07-01
6
-
7
8
  * Openmaru Devday Release
data/Manifest.txt CHANGED
@@ -3,7 +3,7 @@ Manifest.txt
3
3
  README.txt
4
4
  Rakefile
5
5
  Todo.txt
6
- lib/springnote.rb
6
+ lib/springnote_resources.rb
7
7
  lib/springnote/base.rb
8
8
  lib/springnote/configuration.rb
9
9
  lib/springnote/lock.rb
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'rubygems'
2
2
  require 'hoe'
3
- require File.dirname(__FILE__) + '/lib/springnote'
3
+ require File.dirname(__FILE__) + '/lib/springnote_resources'
4
4
 
5
5
  Hoe.new("springnote_resources", Springnote::VERSION) do |p|
6
6
  p.rubyforge_name = "springnote"
@@ -1,5 +1,5 @@
1
1
  module Springnote
2
- VERSION = "0.2"
2
+ VERSION = "0.2.1"
3
3
 
4
4
  class Base < ActiveResource::Base
5
5
  set_primary_key 'identifier'
File without changes
data/spec/base_spec.rb CHANGED
@@ -1,4 +1,4 @@
1
- require File.dirname(__FILE__) + '/../lib/springnote'
1
+ require File.dirname(__FILE__) + '/../lib/springnote_resources'
2
2
 
3
3
  describe Springnote::Base do
4
4
  end
@@ -1,4 +1,4 @@
1
- require File.dirname(__FILE__) + '/../lib/springnote'
1
+ require File.dirname(__FILE__) + '/../lib/springnote_resources'
2
2
 
3
3
  describe Springnote::Configuration do
4
4
  before(:each) do
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: springnote_resources
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.2"
7
- date: 2007-08-02 00:00:00 +09:00
6
+ version: 0.2.1
7
+ date: 2007-08-06 00:00:00 +09:00
8
8
  summary: ActiveResource wrapper library for Springnote.com's REST API
9
9
  require_paths:
10
10
  - lib
@@ -34,7 +34,7 @@ files:
34
34
  - README.txt
35
35
  - Rakefile
36
36
  - Todo.txt
37
- - lib/springnote.rb
37
+ - lib/springnote_resources.rb
38
38
  - lib/springnote/base.rb
39
39
  - lib/springnote/configuration.rb
40
40
  - lib/springnote/lock.rb