running 0.0.3 → 0.0.4
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/README.markdown +3 -0
- data/running.gemspec +1 -1
- metadata +24 -31
data/README.markdown
CHANGED
data/running.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,60 +1,53 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: running
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.4
|
|
4
5
|
prerelease:
|
|
5
|
-
version: 0.0.3
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
7
|
+
authors:
|
|
8
8
|
- Kyle Drake
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
date: 2011-08-02 00:00:00 -07:00
|
|
14
|
-
default_executable:
|
|
12
|
+
date: 2012-11-12 00:00:00.000000000 Z
|
|
15
13
|
dependencies: []
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
description: Helpers for finding out which version of Ruby (MRI 1.8, MRI 1.9, Rubinius,
|
|
15
|
+
etc) you are using. Use cases include testing with code features only available
|
|
16
|
+
on certain platforms.
|
|
17
|
+
email:
|
|
19
18
|
- kyledrake@gmail.com
|
|
20
19
|
executables: []
|
|
21
|
-
|
|
22
20
|
extensions: []
|
|
23
|
-
|
|
24
21
|
extra_rdoc_files: []
|
|
25
|
-
|
|
26
|
-
files:
|
|
22
|
+
files:
|
|
27
23
|
- .gitignore
|
|
28
24
|
- README.markdown
|
|
29
25
|
- lib/running.rb
|
|
30
26
|
- running.gemspec
|
|
31
|
-
has_rdoc: true
|
|
32
27
|
homepage: http://github.com/kyledrake/running
|
|
33
28
|
licenses: []
|
|
34
|
-
|
|
35
29
|
post_install_message:
|
|
36
30
|
rdoc_options: []
|
|
37
|
-
|
|
38
|
-
require_paths:
|
|
31
|
+
require_paths:
|
|
39
32
|
- lib
|
|
40
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
41
34
|
none: false
|
|
42
|
-
requirements:
|
|
43
|
-
- -
|
|
44
|
-
- !ruby/object:Gem::Version
|
|
45
|
-
version:
|
|
46
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ! '>='
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
40
|
none: false
|
|
48
|
-
requirements:
|
|
49
|
-
- -
|
|
50
|
-
- !ruby/object:Gem::Version
|
|
41
|
+
requirements:
|
|
42
|
+
- - ! '>='
|
|
43
|
+
- !ruby/object:Gem::Version
|
|
51
44
|
version: 1.3.4
|
|
52
45
|
requirements: []
|
|
53
|
-
|
|
54
46
|
rubyforge_project: running
|
|
55
|
-
rubygems_version: 1.
|
|
47
|
+
rubygems_version: 1.8.24
|
|
56
48
|
signing_key:
|
|
57
49
|
specification_version: 3
|
|
58
|
-
summary: Helpers for finding out which version of Ruby (MRI 1.8, MRI 1.9, Rubinius,
|
|
50
|
+
summary: Helpers for finding out which version of Ruby (MRI 1.8, MRI 1.9, Rubinius,
|
|
51
|
+
etc) you are using.
|
|
59
52
|
test_files: []
|
|
60
|
-
|
|
53
|
+
has_rdoc:
|