bnext_robot 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: b4d6434150f83681483b2268561f90732ee0af59
4
- data.tar.gz: 5380737e44b6ac59b6f01d07bdb982092e73eff6
3
+ metadata.gz: 8336892bdf5768dfb04d992183c3c6b801838d50
4
+ data.tar.gz: 812c25a7a2267ae879df21558387f897b0e1b6b8
5
5
  SHA512:
6
- metadata.gz: 28fe216b63af594e6fa914f2fe68b7d1a6713afd0a3b40728884dd09bab1e9533a822022f802381ac2993ceb060f4dd3822dc4ba144fbf4739cb8a358942ff2a
7
- data.tar.gz: 66b84133a7064408f2e4a2f1741cd22510a157215f3d8af808f580c2838f4e2c841c27b728d4a9ad6c6529792aaeda4ad82a0e68e396b8d2a3e94fa8562bcbaa
6
+ metadata.gz: dbb3667fe9a0e2456fd2c6c82fe3d11309f2f7fe801058de8bcf8af8ef2f0524658e0bc0ef52499747035fa66564e2077f4086969043d01b79b769f9196e4c87
7
+ data.tar.gz: a9645ddb5bd3e2422e85ee508e10576478c5ddc20e96f2718c8755b9c91c91500aedcd1889d85315848568524455a38c2368d184cc55f21c20e9ae6449c52878
data/Gemfile CHANGED
@@ -1,6 +1,8 @@
1
1
  # A sample Gemfile
2
2
  source 'https://rubygems.org'
3
3
 
4
+ gemspec
5
+
4
6
  # gem "rails"
5
7
  gem 'oga'
6
8
  gem 'xpath'
data/bnext_robot.gemspec CHANGED
@@ -1,5 +1,5 @@
1
- $LOAD_PATH.push File.expand_path('../lib', __FILE__)
2
- require 'ext_class/bnext_version'
1
+ $LOAD_PATH.push File.expand_path('../lib/ext_class', __FILE__)
2
+ require 'bnext_version'
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'bnext_robot'
@@ -1,5 +1,5 @@
1
1
  # Versioning
2
2
  module BnextRobot
3
- VERSION = '0.1.1'
4
- DATE = '2015-10-21'
3
+ VERSION = '0.1.2'
4
+ DATE = '2015-10-22'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bnext_robot
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
  - Jacky Pan
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-10-21 00:00:00.000000000 Z
14
+ date: 2015-10-22 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: minitest