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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2278b683dac2f6e22358c93c9d18788a50164310a318b2275f336c3e9db40f11
4
- data.tar.gz: a11fbea1055ad7c8708e67cd8da2838c324875d752523ed65e3b9d424bd27cc1
3
+ metadata.gz: 525d7da92f4aab94761e2535a8c79d5b06f262b8b2fe0edbd7922d37379301bf
4
+ data.tar.gz: 6e3a286be4e5f092049bb69ece8633dff0969a922a06e99cf8b7b101c481e87b
5
5
  SHA512:
6
- metadata.gz: 32c2b780053543c379a7b55abd9c300ea3b61f11ece7c4c32c69111e6a0f10df6537e26777df31f949233390ed87c065d1ce90c672c1d8e6055a91c00c4fc5f7
7
- data.tar.gz: 8f88d5b599c2752366f39e024efe68fe2af209e2410da56059bccdb977396347842414c1b0b7c7b63e1fb2d99409d88ce187950474167ee550f2fc4a77ccef49
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.}
@@ -1,3 +1,3 @@
1
1
  module AppPrism
2
- VERSION = "0.0.12"
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.12
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-01-31 00:00:00.000000000 Z
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: []