tiny_profiler 0.1 → 0.1.1
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/lib/tiny_profiler/version.rb +1 -1
- data/tiny_profiler.gemspec +1 -1
- metadata +4 -4
data/tiny_profiler.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["p.szmielew@ava.waw.pl"]
|
|
11
11
|
spec.description = %q{Tiny profiler for ruby}
|
|
12
12
|
spec.summary = %q{Tiny profiler for ruby}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/esse/tiny_profiler"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tiny_profiler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -58,7 +58,7 @@ files:
|
|
|
58
58
|
- lib/tiny_profiler.rb
|
|
59
59
|
- lib/tiny_profiler/version.rb
|
|
60
60
|
- tiny_profiler.gemspec
|
|
61
|
-
homepage:
|
|
61
|
+
homepage: https://github.com/esse/tiny_profiler
|
|
62
62
|
licenses:
|
|
63
63
|
- MIT
|
|
64
64
|
post_install_message:
|
|
@@ -73,7 +73,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
version: '0'
|
|
74
74
|
segments:
|
|
75
75
|
- 0
|
|
76
|
-
hash: -
|
|
76
|
+
hash: -414701225631453108
|
|
77
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
none: false
|
|
79
79
|
requirements:
|
|
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
82
82
|
version: '0'
|
|
83
83
|
segments:
|
|
84
84
|
- 0
|
|
85
|
-
hash: -
|
|
85
|
+
hash: -414701225631453108
|
|
86
86
|
requirements: []
|
|
87
87
|
rubyforge_project:
|
|
88
88
|
rubygems_version: 1.8.25
|