ruby_px 0.2.0 → 0.3.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.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/ruby_px.gemspec +2 -2
- metadata +3 -11
- data/.ruby-version +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75f94a43c79f5da37d804b8c37974870b478a9f9
|
|
4
|
+
data.tar.gz: 827b424d375f367ff5f9c83963144945212ee26c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6fba11c5e430116203f3aadbb6e4e6aa6338ce9c7265142aade8e59595e99974144b6ec681b1e1dbfc1f475e93635aacdfab96e3b8fcc9c31f0af5a316603d5c
|
|
7
|
+
data.tar.gz: 92d8b71132554056e42158b324627df96279ebf8c0c7ceabac4640b49da1b0c3aa21cf41be0436765e5cca2a49947c70a95c2a2cc526337dba838cdec58940a1
|
data/.gitignore
CHANGED
data/ruby_px.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "ruby_px"
|
|
7
|
-
spec.version = '0.
|
|
7
|
+
spec.version = '0.3.0'
|
|
8
8
|
spec.authors = ["Fernando Blat"]
|
|
9
9
|
spec.email = ["ferblape@gmail.com"]
|
|
10
10
|
|
|
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
|
|
|
26
26
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
27
27
|
spec.require_paths = ["lib"]
|
|
28
28
|
|
|
29
|
-
spec.add_runtime_dependency "activesupport", "
|
|
29
|
+
spec.add_runtime_dependency "activesupport", ">= 4.2.5"
|
|
30
30
|
|
|
31
31
|
spec.add_development_dependency "bundler", "~> 1.10"
|
|
32
32
|
spec.add_development_dependency "rake", "~> 10.0"
|
metadata
CHANGED
|
@@ -1,22 +1,19 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby_px
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fernando Blat
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '4.2'
|
|
20
17
|
- - ">="
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
19
|
version: 4.2.5
|
|
@@ -24,9 +21,6 @@ dependencies:
|
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
|
-
- - "~>"
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: '4.2'
|
|
30
24
|
- - ">="
|
|
31
25
|
- !ruby/object:Gem::Version
|
|
32
26
|
version: 4.2.5
|
|
@@ -81,7 +75,6 @@ extra_rdoc_files: []
|
|
|
81
75
|
files:
|
|
82
76
|
- ".gitignore"
|
|
83
77
|
- ".rspec"
|
|
84
|
-
- ".ruby-version"
|
|
85
78
|
- ".travis.yml"
|
|
86
79
|
- CODE_OF_CONDUCT.md
|
|
87
80
|
- Gemfile
|
|
@@ -114,9 +107,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
114
107
|
version: '0'
|
|
115
108
|
requirements: []
|
|
116
109
|
rubyforge_project:
|
|
117
|
-
rubygems_version: 2.
|
|
110
|
+
rubygems_version: 2.5.1
|
|
118
111
|
signing_key:
|
|
119
112
|
specification_version: 4
|
|
120
113
|
summary: Read PC-Axis files using Ruby
|
|
121
114
|
test_files: []
|
|
122
|
-
has_rdoc:
|
data/.ruby-version
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.2.3
|