monocle 0.0.1 → 0.1.0

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.1.0
@@ -11,5 +11,10 @@ module Monocle
11
11
  "o_0"
12
12
  end
13
13
  end
14
+
15
+ get "/:type/:id" do
16
+ content_type("image/gif")
17
+ File.open(File.join(File.dirname(__FILE__), "..", "transparent.gif"))
18
+ end
14
19
  end
15
20
  end
Binary file
data/monocle.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{monocle}
8
- s.version = "0.0.1"
8
+ s.version = "0.1.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Russ Smith"]
12
- s.date = %q{2011-05-02}
12
+ s.date = %q{2011-08-30}
13
13
  s.description = %q{A history of view events.}
14
14
  s.email = %q{russ@bashme.org}
15
15
  s.extra_rdoc_files = [
@@ -35,6 +35,7 @@ Gem::Specification.new do |s|
35
35
  "lib/monocle/views.rb",
36
36
  "lib/monocle/weekly_view.rb",
37
37
  "lib/monocle/yearly_view.rb",
38
+ "lib/transparent.gif",
38
39
  "monocle.gemspec",
39
40
  "spec/db/migrate/20110502201938_create_viewables.rb",
40
41
  "spec/db/migrate/20110502223022_create_monocle_views.rb",
@@ -45,7 +46,7 @@ Gem::Specification.new do |s|
45
46
  s.homepage = %q{http://github.com/russ/monocle}
46
47
  s.licenses = ["MIT"]
47
48
  s.require_paths = ["lib"]
48
- s.rubygems_version = %q{1.5.0}
49
+ s.rubygems_version = %q{1.6.2}
49
50
  s.summary = %q{A history of view events.}
50
51
  s.test_files = [
51
52
  "spec/db/migrate/20110502201938_create_viewables.rb",
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: monocle
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Russ Smith
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-02 00:00:00 -07:00
13
+ date: 2011-08-30 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -162,6 +162,7 @@ files:
162
162
  - lib/monocle/views.rb
163
163
  - lib/monocle/weekly_view.rb
164
164
  - lib/monocle/yearly_view.rb
165
+ - lib/transparent.gif
165
166
  - monocle.gemspec
166
167
  - spec/db/migrate/20110502201938_create_viewables.rb
167
168
  - spec/db/migrate/20110502223022_create_monocle_views.rb
@@ -182,7 +183,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
182
183
  requirements:
183
184
  - - ">="
184
185
  - !ruby/object:Gem::Version
185
- hash: -934015277967661700
186
+ hash: 1828198344324255211
186
187
  segments:
187
188
  - 0
188
189
  version: "0"
@@ -195,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
196
  requirements: []
196
197
 
197
198
  rubyforge_project:
198
- rubygems_version: 1.5.0
199
+ rubygems_version: 1.6.2
199
200
  signing_key:
200
201
  specification_version: 3
201
202
  summary: A history of view events.