path_mapper 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.
- checksums.yaml +8 -8
- data/.gitignore +1 -0
- data/lib/path_mapper/version.rb +1 -1
- data/path_mapper.gemspec +4 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OGI0YmU4Y2RiN2E5YzYzNTRlNzJhMDdhMmQ5YzNiY2MwMDg3MWE1Mg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZTQ5NDU4ODY5ZmRkMjkyNGJjMjU5MjZjMzIyMTVmYWM2YzMwOTgwOA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NzQxYmFmMjhhYTc5NGRhMzFmMjA1MDRjZmVmMjg4NzJmM2RmZTI0MDA4ZTZi
|
|
10
|
+
ODY2Mzg5YWZhMDY1M2MxYjM1YzFmOGYyY2UzNjZhOGMxZGM5MzFmMjQ1MTYz
|
|
11
|
+
NGI5ODdkOWJiN2Y2MGQ0Mjk1ZWJiN2IwODI4OGIzZTEyNGIzMGE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OTgzNWVhZmYwZWM1YjllYzNjMmNlOWZkYTg2OWUzNTVjN2YwMzcwYjY5MDBm
|
|
14
|
+
ODIxZDg3ZmIzOWZlMjE1MjkyMDRiZjRkZTZkYjJmNTU2N2Q1MjQyMjRiODM2
|
|
15
|
+
N2RlZDY3YTQ0OTk4NmJkOGQxZWRkNDgzNmIzZjA1Y2UwZjMxODA=
|
data/.gitignore
CHANGED
data/lib/path_mapper/version.rb
CHANGED
data/path_mapper.gemspec
CHANGED
|
@@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.version = PathMapper::VERSION
|
|
8
8
|
spec.authors = ["Alexey Igrychev"]
|
|
9
9
|
spec.email = ["alexey.igrychev@flant.ru"]
|
|
10
|
-
spec.summary = "Map filesystem to ruby objects read-only
|
|
11
|
-
spec.description = spec.
|
|
10
|
+
spec.summary = "Map filesystem to ruby objects read-only"
|
|
11
|
+
spec.description = "#{spec.summary}."
|
|
12
12
|
spec.license = "MIT"
|
|
13
13
|
spec.homepage = "https://github.com/flant/path_mapper"
|
|
14
14
|
|
|
@@ -17,6 +17,8 @@ Gem::Specification.new do |spec|
|
|
|
17
17
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
18
18
|
spec.require_paths = ["lib"]
|
|
19
19
|
|
|
20
|
+
spec.required_ruby_version = '>= 2.2.1'
|
|
21
|
+
|
|
20
22
|
spec.add_development_dependency 'bundler', '~> 1.7'
|
|
21
23
|
spec.add_development_dependency 'rake', '~> 10.0'
|
|
22
24
|
spec.add_development_dependency 'rspec', '~> 3.4', '>= 3.4.0'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: path_mapper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexey Igrychev
|
|
@@ -78,7 +78,7 @@ dependencies:
|
|
|
78
78
|
- - ! '>='
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
80
|
version: 1.8.2
|
|
81
|
-
description:
|
|
81
|
+
description: Map filesystem to ruby objects read-only.
|
|
82
82
|
email:
|
|
83
83
|
- alexey.igrychev@flant.ru
|
|
84
84
|
executables: []
|
|
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
109
109
|
requirements:
|
|
110
110
|
- - ! '>='
|
|
111
111
|
- !ruby/object:Gem::Version
|
|
112
|
-
version:
|
|
112
|
+
version: 2.2.1
|
|
113
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
115
|
- - ! '>='
|
|
@@ -120,7 +120,7 @@ rubyforge_project:
|
|
|
120
120
|
rubygems_version: 2.4.5
|
|
121
121
|
signing_key:
|
|
122
122
|
specification_version: 4
|
|
123
|
-
summary: Map filesystem to ruby objects read-only
|
|
123
|
+
summary: Map filesystem to ruby objects read-only
|
|
124
124
|
test_files:
|
|
125
125
|
- spec/path_mapper_spec.rb
|
|
126
126
|
- spec/spec_helper.rb
|