page_glimpse 0.0.3 → 0.0.4
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/CHANGELOG.rdoc +17 -1
- data/VERSION.yml +1 -1
- data/lib/page_glimpse.rb +1 -1
- data/page_glimpse.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG.rdoc
CHANGED
@@ -1,3 +1,19 @@
|
|
1
|
-
|
1
|
+
Current Development
|
2
|
+
|
3
|
+
* Fixed PageGlimpse.developer_key throwing NameError when undefined.
|
4
|
+
|
5
|
+
0.0.3 - June 4, 2009
|
6
|
+
|
7
|
+
* Set README.rdoc for the main RDoc file when generated
|
8
|
+
* Updated documentation for problems and contributions
|
9
|
+
* Added documentation for PageGlimpse.get options.
|
10
|
+
* Removed extraneous repository files.
|
11
|
+
|
12
|
+
0.0.2 - June 4, 2009
|
13
|
+
|
14
|
+
* Updated/added additional RDoc documentation.
|
15
|
+
* Changed PageGlimpse.exists? to PageGlimpse.exist?
|
16
|
+
|
17
|
+
0.0.1 - June 4, 2009
|
2
18
|
|
3
19
|
* Initial public release based on Relax 0.1.1 or later.
|
data/VERSION.yml
CHANGED
data/lib/page_glimpse.rb
CHANGED
data/page_glimpse.gemspec
CHANGED