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 +9 -6
- data/lib/springnote/base.rb +1 -1
- data/lib/springnote/configuration.rb +1 -1
- metadata +2 -2
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.
|
data/lib/springnote/base.rb
CHANGED
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:
|
|
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-
|
|
12
|
+
date: 2008-01-18 00:00:00 +09:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|