the-free-dictionary 0.0.2 → 0.0.3

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: d61770972922a408d66353a7a6d64222525d1e2c1eb848c59602c7ab4742ec47
4
- data.tar.gz: c23ae2e58d70a9526d8ee2b9c70dbc0e71d0c8f7c80f64f17c4530374224a75c
3
+ metadata.gz: 6a7969252dbf4fc1597aa6ff097ac133fda3a3c80eae10f7d6f22d57ec4c1204
4
+ data.tar.gz: 3006abae58689a3965b3498eda5e9fc9e1d64576e29f43bd0b5b79243c4d8d67
5
5
  SHA512:
6
- metadata.gz: 42ea37c823124d4b6c3ee4158565f5e0ad27a218091bbacdb4bb3dc03252939b90e7138572e77b3658cc7080274c8f1bcdc8a17001aa46fe1e8a65160396ada7
7
- data.tar.gz: 467621a34ae08c8b2a1ec5af6bc6c6f08309bb14f1f576d53b28baec9e25c652c673921b619a92a96ba83f21ae47da104a906c860ffbcfc2a4d14cce9114bc45
6
+ metadata.gz: 1a2296eb4ead98dd281d305332e8e0d7fff34379b84af0d565216b0060d8e42e533962a26b4a0b42c92482762b88ed3511cbf771cca4ff37561b9c8da574ec76
7
+ data.tar.gz: e5c7343bbed44b447b0d777b57aa3672f7d889a3df6076d4dbad34c2517cd5c30f87803203261ec86c566df8ebd73d23c4109769ca836de9d32f9a7bd6f5f8ed
data/README.md CHANGED
@@ -33,7 +33,7 @@ $ gem install the-free-dictionary
33
33
  Here's a quick example to get you started:
34
34
 
35
35
  ```ruby
36
- require 'the-free-dictionary'
36
+ require 'the_free_dictionary'
37
37
 
38
38
  dictionary = TheFreeDictionary::English.new
39
39
  result = dictionary.find('glossary')
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = 'the-free-dictionary'
5
+ s.version = '0.0.3'
6
+ s.summary = 'TheFreeDictionary is a gem that fetches information about words from https://www.thefreedictionary.com/'
7
+ s.authors = ['Anatoly Busygin']
8
+ s.email = 'anatolyb94@gmail.com'
9
+ s.files = Dir.chdir(File.expand_path(__dir__)) do
10
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
11
+ end
12
+ s.homepage =
13
+ 'https://github.com/Suban05/the-free-dictionary'
14
+ s.license = 'MIT'
15
+ s.metadata = {
16
+ "homepage_uri" => s.homepage,
17
+ "source_code_uri" => 'https://github.com/Suban05/the-free-dictionary',
18
+ "bug_tracker_uri" => 'https://github.com/Suban05/the-free-dictionary/issues'
19
+ }
20
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the-free-dictionary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anatoly Busygin
@@ -33,10 +33,14 @@ files:
33
33
  - lib/the_free_dictionary/italian.rb
34
34
  - lib/the_free_dictionary/russian.rb
35
35
  - lib/the_free_dictionary/spanish.rb
36
+ - the-free-dictionary.gemspec
36
37
  homepage: https://github.com/Suban05/the-free-dictionary
37
38
  licenses:
38
39
  - MIT
39
- metadata: {}
40
+ metadata:
41
+ homepage_uri: https://github.com/Suban05/the-free-dictionary
42
+ source_code_uri: https://github.com/Suban05/the-free-dictionary
43
+ bug_tracker_uri: https://github.com/Suban05/the-free-dictionary/issues
40
44
  post_install_message:
41
45
  rdoc_options: []
42
46
  require_paths: