rails-firephp 0.0.1 → 0.0.2
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/.gitignore +1 -0
- data/rails-firephp.gemspec +19 -0
- metadata +28 -37
data/.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pkg/*
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#-Specs
|
|
2
|
+
|
|
3
|
+
PKG_NAME="rails-firephp"
|
|
4
|
+
PKG_VERSION="0.0.2"
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |s|
|
|
7
|
+
s.name = PKG_NAME
|
|
8
|
+
s.version = PKG_VERSION
|
|
9
|
+
s.author = "Stephan Toggweiler"
|
|
10
|
+
s.email = "railspki at rheoli.net"
|
|
11
|
+
s.homepage = "https://github.com/rheoli/rails-firephp"
|
|
12
|
+
s.platform = Gem::Platform::RUBY
|
|
13
|
+
s.summary = "Rails plugin to send messages to FirePHP (plugin of FireBug)"
|
|
14
|
+
s.files = `git ls-files`.split($\)
|
|
15
|
+
s.require_paths = ["lib"]
|
|
16
|
+
#s.has_rdoc = true
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
#=EOF
|
metadata
CHANGED
|
@@ -1,59 +1,50 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-firephp
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.2
|
|
5
|
+
prerelease:
|
|
5
6
|
platform: ruby
|
|
6
|
-
authors:
|
|
7
|
+
authors:
|
|
7
8
|
- Stephan Toggweiler
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
|
|
12
|
-
date: 2008-09-18 00:00:00 +02:00
|
|
13
|
-
default_executable:
|
|
12
|
+
date: 2013-03-06 00:00:00.000000000 Z
|
|
14
13
|
dependencies: []
|
|
15
|
-
|
|
16
14
|
description:
|
|
17
15
|
email: railspki at rheoli.net
|
|
18
16
|
executables: []
|
|
19
|
-
|
|
20
17
|
extensions: []
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
-
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- .gitignore
|
|
24
21
|
- ChangeLog
|
|
25
22
|
- MIT-LICENSE
|
|
26
|
-
files:
|
|
27
|
-
- lib/firephp
|
|
28
|
-
- lib/firephp/firephp_filter.rb
|
|
29
23
|
- README
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
|
|
33
|
-
|
|
24
|
+
- lib/firephp/firephp_filter.rb
|
|
25
|
+
- rails-firephp.gemspec
|
|
26
|
+
homepage: https://github.com/rheoli/rails-firephp
|
|
27
|
+
licenses: []
|
|
34
28
|
post_install_message:
|
|
35
29
|
rdoc_options: []
|
|
36
|
-
|
|
37
|
-
require_paths:
|
|
30
|
+
require_paths:
|
|
38
31
|
- lib
|
|
39
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
|
+
none: false
|
|
34
|
+
requirements:
|
|
35
|
+
- - ! '>='
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
38
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
39
|
+
none: false
|
|
40
|
+
requirements:
|
|
41
|
+
- - ! '>='
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: '0'
|
|
51
44
|
requirements: []
|
|
52
|
-
|
|
53
45
|
rubyforge_project:
|
|
54
|
-
rubygems_version: 1.
|
|
46
|
+
rubygems_version: 1.8.23
|
|
55
47
|
signing_key:
|
|
56
|
-
specification_version:
|
|
48
|
+
specification_version: 3
|
|
57
49
|
summary: Rails plugin to send messages to FirePHP (plugin of FireBug)
|
|
58
50
|
test_files: []
|
|
59
|
-
|