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 CHANGED
@@ -1,3 +1,19 @@
1
- 0.0.1 - Current
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
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 3
2
+ :patch: 4
3
3
  :major: 0
4
4
  :minor: 0
data/lib/page_glimpse.rb CHANGED
@@ -73,7 +73,7 @@ module PageGlimpse
73
73
 
74
74
 
75
75
  def self.developer_key #:nodoc:
76
- @@developer_key
76
+ @@developer_key ||= nil
77
77
  end
78
78
 
79
79
  def self.api #:nodoc:
data/page_glimpse.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{page_glimpse}
5
- s.version = "0.0.3"
5
+ s.version = "0.0.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Nathaniel Bibler"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: page_glimpse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathaniel Bibler