ingreedy 0.0.7 → 0.0.8

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ingreedy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian C. Anderson
@@ -70,26 +70,6 @@ dependencies:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
72
  version: 3.3.0
73
- - !ruby/object:Gem::Dependency
74
- name: rspec-its
75
- requirement: !ruby/object:Gem::Requirement
76
- requirements:
77
- - - "~>"
78
- - !ruby/object:Gem::Version
79
- version: 1.2.0
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: 1.2.0
83
- type: :development
84
- prerelease: false
85
- version_requirements: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: 1.2.0
90
- - - ">="
91
- - !ruby/object:Gem::Version
92
- version: 1.2.0
93
73
  - !ruby/object:Gem::Dependency
94
74
  name: coveralls
95
75
  requirement: !ruby/object:Gem::Requirement
@@ -124,25 +104,43 @@ dependencies:
124
104
  - - ">="
125
105
  - !ruby/object:Gem::Version
126
106
  version: '0'
127
- description: Natural language recipe ingredient parser that supports numeric amount,
128
- units, and ingredient
107
+ description: |2
108
+ Natural language recipe ingredient parser that supports numeric amount,
109
+ units, and ingredient
129
110
  email:
130
111
  - ian@iancanderson.com
131
112
  executables: []
132
113
  extensions: []
133
114
  extra_rdoc_files: []
134
115
  files:
116
+ - ".gitignore"
117
+ - ".rspec"
118
+ - ".rubocop.yml"
119
+ - ".rvmrc"
120
+ - ".travis.yml"
121
+ - Gemfile
122
+ - README.md
123
+ - Rakefile
124
+ - ingreedy.gemspec
135
125
  - lib/ingreedy.rb
136
126
  - lib/ingreedy/amount_parser.rb
137
127
  - lib/ingreedy/case_insensitive_parser.rb
128
+ - lib/ingreedy/dictionaries/en.yml
138
129
  - lib/ingreedy/dictionary.rb
139
130
  - lib/ingreedy/dictionary_collection.rb
140
131
  - lib/ingreedy/ingreedy_parser.rb
141
132
  - lib/ingreedy/rationalizer.rb
133
+ - lib/ingreedy/root_parser.rb
142
134
  - lib/ingreedy/unit_variation_mapper.rb
143
135
  - lib/ingreedy/version.rb
136
+ - spec/ingreedy/amount_parser_spec.rb
137
+ - spec/ingreedy/rationalizer_spec.rb
138
+ - spec/ingreedy/unit_variation_mapper_spec.rb
139
+ - spec/ingreedy_spec.rb
140
+ - spec/spec_helper.rb
144
141
  homepage: http://github.com/iancanderson/ingreedy
145
- licenses: []
142
+ licenses:
143
+ - MIT
146
144
  metadata: {}
147
145
  post_install_message:
148
146
  rdoc_options: []
@@ -160,9 +158,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
158
  version: '0'
161
159
  requirements: []
162
160
  rubyforge_project:
163
- rubygems_version: 2.4.8
161
+ rubygems_version: 2.4.5.1
164
162
  signing_key:
165
163
  specification_version: 4
166
164
  summary: Recipe parser
167
165
  test_files: []
168
- has_rdoc: