eotb 0.5.10 → 0.5.11
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/eotb.gemspec +4 -4
- data/lib/eotb.rb +1 -0
- metadata +5 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.11
|
data/eotb.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{eotb}
|
|
8
|
-
s.version = "0.5.
|
|
8
|
+
s.version = "0.5.11"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Ragnarson"]
|
|
12
|
-
s.date = %q{2010-09-
|
|
12
|
+
s.date = %q{2010-09-20}
|
|
13
13
|
s.description = %q{Rails plugin which allow you easily track and observe your apps}
|
|
14
14
|
s.email = %q{bartlomiej.kozal@ragnarson.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -42,8 +42,8 @@ Gem::Specification.new do |s|
|
|
|
42
42
|
s.rubygems_version = %q{1.3.7}
|
|
43
43
|
s.summary = %q{Rails plugin which allow you easily track and observe your apps}
|
|
44
44
|
s.test_files = [
|
|
45
|
-
"spec/
|
|
46
|
-
"spec/
|
|
45
|
+
"spec/eotb_spec.rb",
|
|
46
|
+
"spec/spec_helper.rb"
|
|
47
47
|
]
|
|
48
48
|
|
|
49
49
|
if s.respond_to? :specification_version then
|
data/lib/eotb.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eotb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 0.5.
|
|
9
|
+
- 11
|
|
10
|
+
version: 0.5.11
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ragnarson
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-09-
|
|
18
|
+
date: 2010-09-20 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -145,5 +145,5 @@ signing_key:
|
|
|
145
145
|
specification_version: 3
|
|
146
146
|
summary: Rails plugin which allow you easily track and observe your apps
|
|
147
147
|
test_files:
|
|
148
|
-
- spec/spec_helper.rb
|
|
149
148
|
- spec/eotb_spec.rb
|
|
149
|
+
- spec/spec_helper.rb
|