env_parser 0.8.0 → 1.0.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.
@@ -1,3 +1,3 @@
1
1
  class EnvParser
2
- VERSION = '0.8.0'.freeze
2
+ VERSION = '1.0.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: env_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nestor Custodio
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-25 00:00:00.000000000 Z
11
+ date: 2017-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -104,7 +104,13 @@ files:
104
104
  - docs/EnvParser.html
105
105
  - docs/EnvParser/Error.html
106
106
  - docs/EnvParser/TypeAlreadyDefined.html
107
+ - docs/EnvParser/TypeAlreadyDefinedError.html
108
+ - docs/EnvParser/UnknownTypeError.html
107
109
  - docs/EnvParser/ValueNotAllowed.html
110
+ - docs/EnvParser/ValueNotAllowedError.html
111
+ - docs/EnvParser/ValueNotConvertibleError.html
112
+ - docs/EnvParserTypes.html
113
+ - docs/EnvParserTypes/BaseTypes.html
108
114
  - docs/_index.html
109
115
  - docs/class_list.html
110
116
  - docs/css/common.css
@@ -121,6 +127,8 @@ files:
121
127
  - docs/top-level-namespace.html
122
128
  - env_parser.gemspec
123
129
  - lib/env_parser.rb
130
+ - lib/env_parser/errors.rb
131
+ - lib/env_parser/types.rb
124
132
  - lib/env_parser/types/base_types.rb
125
133
  - lib/env_parser/version.rb
126
134
  homepage: https://github.com/nestor-custodio/env_parser