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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +2 -6
- data/abokifx_indexer.gemspec +1 -1
- data/lib/abokifx_indexer/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98ed90f466b637605fef140669188ed4174682d9
|
|
4
|
+
data.tar.gz: 2a30361e35e0defffa01d5c3abf9edc130d03e0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78d74f372764ba302f6f6a68f6a1ce4bf519f52e09d19d0ea9b9e951feda2e0e5a62ac8352acdb687b04bb976ebc8bfd3fa20fbdffa714e86bb707e8b954ea23
|
|
7
|
+
data.tar.gz: 3f451e5ab65c2e61eba74d07696886b33401f59193054e3dd41b449f3b8cef050aff6e62b3dee48d4daa643b50b4be07647581efe38da5b2dbe2b7e6e0299387
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
-
#
|
|
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/
|
|
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
|
|
data/abokifx_indexer.gemspec
CHANGED
|
@@ -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.
|
|
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"
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
68
|
+
version: '1.7'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: typhoeus
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|