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 +1 -1
- data/lib/monocle/server.rb +5 -0
- data/lib/transparent.gif +0 -0
- data/monocle.gemspec +4 -3
- metadata +5 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0
|
|
1
|
+
0.1.0
|
data/lib/monocle/server.rb
CHANGED
data/lib/transparent.gif
ADDED
|
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
|
|
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-
|
|
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.
|
|
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
|
|
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-
|
|
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:
|
|
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.
|
|
199
|
+
rubygems_version: 1.6.2
|
|
199
200
|
signing_key:
|
|
200
201
|
specification_version: 3
|
|
201
202
|
summary: A history of view events.
|