app_prism 0.0.12 → 0.1.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/app_prism.gemspec +2 -2
- data/lib/app_prism/version.rb +2 -2
- data/lib/app_prism.rb +0 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 525d7da92f4aab94761e2535a8c79d5b06f262b8b2fe0edbd7922d37379301bf
|
|
4
|
+
data.tar.gz: 6e3a286be4e5f092049bb69ece8633dff0969a922a06e99cf8b7b101c481e87b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c9ee8bcfe39ef1a3400ded4c163478d498fdc70553b666f947908bb940ceaf1dc00f047799e90c608775f72e08eb1259143e4b9f2f13729834b6f15a15ccee9
|
|
7
|
+
data.tar.gz: 39198b56c6142b7c70c66ca6eb477fd5698c2c69c4951a1aac727cdb48246082b60d0a11a0100a459a6d6fdb69abc52433d1449b523f6cf97bbf7e30bc771608
|
data/app_prism.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ require "app_prism/version"
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "app_prism"
|
|
8
8
|
spec.version = AppPrism::VERSION
|
|
9
|
-
spec.authors = ["Denys Bazarnyi"]
|
|
10
|
-
spec.email = ["den.bazarny@gmail.com"]
|
|
9
|
+
spec.authors = ["Denys Bazarnyi, Dmitriy Konovalov"]
|
|
10
|
+
spec.email = ["den.bazarny@gmail.com, d.konovalov.39@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Write a short summary, because RubyGems requires one.}
|
|
13
13
|
spec.description = %q{Write a longer description or delete this line.}
|
data/lib/app_prism/version.rb
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
module AppPrism
|
|
2
|
-
VERSION = "0.0
|
|
3
|
-
end
|
|
2
|
+
VERSION = "0.1.0"
|
|
3
|
+
end
|
data/lib/app_prism.rb
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
require "app_prism/version"
|
|
2
2
|
|
|
3
3
|
module AppPrism
|
|
4
|
-
# require_relative 'app_prism/er_methods'
|
|
5
|
-
# require_relative 'app_prism/ers'
|
|
6
4
|
require_relative 'app_prism/sections/section_finders'
|
|
7
5
|
require_relative 'app_prism/sections/screen_section'
|
|
8
6
|
require_relative 'app_prism/sections/sections_collection'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: app_prism
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Denys Bazarnyi
|
|
7
|
+
- Denys Bazarnyi, Dmitriy Konovalov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
version: '3.0'
|
|
55
55
|
description: Write a longer description or delete this line.
|
|
56
56
|
email:
|
|
57
|
-
- den.bazarny@gmail.com
|
|
57
|
+
- den.bazarny@gmail.com, d.konovalov.39@gmail.com
|
|
58
58
|
executables:
|
|
59
59
|
- app_prism
|
|
60
60
|
extensions: []
|