abokifx_indexer 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: ec60182d92ab6b01563e1f539820564534180c1b
4
- data.tar.gz: 090a2786ca49ddc4099515c70b8bef88910cc6db
3
+ metadata.gz: 98ed90f466b637605fef140669188ed4174682d9
4
+ data.tar.gz: 2a30361e35e0defffa01d5c3abf9edc130d03e0d
5
5
  SHA512:
6
- metadata.gz: 3f59ca705515796e42bf1951c05037b31145106a54be8831a83dbf265a76474a17e12bfcca27f46c695360dd03615ca38fd6f8bcc82f54a871296683909b6fb6
7
- data.tar.gz: dd0bc7dd2afd7f3cce4cdba8e5ed0d19e8a79d0f8ae100f8808e2c5b632956fc512cbe733fb7d595cc2a1473ceeba61b5d8c00e2071c695a45d15d2d558189a9
6
+ metadata.gz: 78d74f372764ba302f6f6a68f6a1ce4bf519f52e09d19d0ea9b9e951feda2e0e5a62ac8352acdb687b04bb976ebc8bfd3fa20fbdffa714e86bb707e8b954ea23
7
+ data.tar.gz: 3f451e5ab65c2e61eba74d07696886b33401f59193054e3dd41b449f3b8cef050aff6e62b3dee48d4daa643b50b4be07647581efe38da5b2dbe2b7e6e0299387
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## [0.1.2] - 2017-05-03
8
+ ### Changed
9
+ - Update `nokogiri` dependency
10
+
7
11
  ## [0.1.1] - 2017-05-02
8
12
  ### Changed
9
13
  - Change `gemspec` homepage
data/README.md CHANGED
@@ -1,8 +1,4 @@
1
- # AbokifxIndexer::Ruby
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/abokifx_indexer/ruby`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
1
+ # AbokiFXIndexer::Ruby
6
2
 
7
3
  ## Installation
8
4
 
@@ -40,5 +36,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
40
36
 
41
37
  ## Contributing
42
38
 
43
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/abokifx_indexer-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
+ Bug reports and pull requests are welcome on GitHub at https://github.com/imacchiato/abokifx_indexer-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
44
40
 
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
  spec.add_dependency "activesupport", "~> 4.2"
33
33
  spec.add_dependency "virtus", ">= 1.0"
34
34
  spec.add_dependency "gem_config", "0.3.1"
35
- spec.add_dependency "nokogiri", "1.6"
35
+ spec.add_dependency "nokogiri", "~> 1.7"
36
36
  spec.add_dependency "typhoeus", "~> 1.1"
37
37
 
38
38
  spec.add_development_dependency "bundler", "~> 1.14"
@@ -1,3 +1,3 @@
1
1
  module AbokiFXIndexer
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abokifx_indexer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Subido
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-02 00:00:00.000000000 Z
11
+ date: 2017-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -56,16 +56,16 @@ dependencies:
56
56
  name: nokogiri
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '='
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '1.6'
61
+ version: '1.7'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '='
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '1.6'
68
+ version: '1.7'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: typhoeus
71
71
  requirement: !ruby/object:Gem::Requirement