springnote_resources 0.4 → 0.4.1

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.
data/History.txt CHANGED
@@ -1,4 +1,7 @@
1
- == 0.4
1
+ == 0.4.1 / 2008-1-19
2
+ * common parameter's name was changed from _domain to domain(without underbar).
3
+
4
+ == 0.4 / 2008-1-18
2
5
  * ActiveResourceExtension added.
3
6
  * query pages with multiple identifiers.
4
7
  * CommonParameters added. Now you can configure domain.
@@ -8,14 +11,14 @@
8
11
  == 0.3 / 2007-12-10
9
12
  * Page get search, with_tags methods.
10
13
  * protocol can be changed.
11
- * Attachment resource added
12
- * PageImport added
14
+ * Attachment resource added.
15
+ * PageImport added.
13
16
 
14
17
  == 0.2.1 / 2007-8-6
15
- * tiny naming fix for rubygems
18
+ * tiny naming fix for rubygems.
16
19
 
17
20
  == 0.2 / 2007-7-30
18
- * Public Release
21
+ * Public Release.
19
22
 
20
23
  == 0.1 / 2007-07-01
21
- * Openmaru Devday Release
24
+ * Openmaru Devday Release.
@@ -1,5 +1,5 @@
1
1
  module Springnote
2
- VERSION = "0.4"
2
+ VERSION = "0.4.1"
3
3
 
4
4
  class Base < ActiveResource::Base
5
5
  extend ActiveResourceExtension
@@ -37,7 +37,7 @@ module Springnote
37
37
  end
38
38
 
39
39
  def domain=(name = nil)
40
- ActiveResource::Connection.common_params[:_domain] = name
40
+ ActiveResource::Connection.common_params[:domain] = name
41
41
  end
42
42
  end
43
43
  end # module Springnote
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: springnote_resources
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.4"
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Kang
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-01-17 00:00:00 +09:00
12
+ date: 2008-01-18 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency