usabls 0.1.3 → 0.1.4

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: db248d912ab03057dd3b78d35adb84d05e781678
4
- data.tar.gz: a366eb6cc898f0d4f3e6fa1c7dce2d5933257b7c
3
+ metadata.gz: f0bb5b2f9298183054e00292622becc6f3bfe181
4
+ data.tar.gz: 5db75e98d52393797bdca371874ab122b3a8e01d
5
5
  SHA512:
6
- metadata.gz: c3d97847549ff03eb4018e0684352cb6246f5217f81311b9e8306e8010b3e6f63f2bb6a14e4399ff634b3c5be4e87d0327f4e6801fc9f779d54466705c2b3a16
7
- data.tar.gz: 36f507c76b9885c2c8c5e99d4d62bcc4c19d5bc67ccb7b9a684c45b78df7c23ffa630701cc572fe71ba4b37c2a73075f81af4cfebd985f88cd41dcf6c27590b9
6
+ metadata.gz: 9731a0e3c1ec10c534ad74c9a27e66df7605144f78744c723e12d23f254c47f7421e8fd0296de8ebae84500022c84f7f406e996bf8c610a0fa93d0578cfe45e6
7
+ data.tar.gz: 34bff85fad441694638d646567edfa7910b03912e0866ae0f3809be25561d2621bee48ca6972fdcdaefb97bf67f8831f8d24de575442094cad3614e82436e0ef
@@ -1,5 +1,5 @@
1
1
  module Usabls::Methods::Array
2
2
  define Array, :options!, &->() do
3
- last.is_a?(::Hash) ? pop : nil
3
+ last.is_a?(::Hash) ? pop : {}
4
4
  end
5
5
  end
data/lib/usabls.rb CHANGED
@@ -1,4 +1,3 @@
1
- require "usabls/version"
2
1
  require 'quir'
3
2
  autoload :Usabl, 'usabl'
4
3
 
data/usabls.gemspec CHANGED
@@ -1,11 +1,6 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'usabls/version'
5
-
6
1
  Gem::Specification.new do |spec|
7
2
  spec.name = "usabls"
8
- spec.version = Usabls::VERSION
3
+ spec.version = "0.1.4"
9
4
  spec.authors = ["mosop"]
10
5
  spec.email = ["mosop@a.b.com"]
11
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usabls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - mosop
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-23 00:00:00.000000000 Z
11
+ date: 2015-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: usabl
@@ -91,7 +91,6 @@ files:
91
91
  - lib/usabls/methods/string/#pathify.rb
92
92
  - lib/usabls/methods/string/#snakify.rb
93
93
  - lib/usabls/option.rb
94
- - lib/usabls/version.rb
95
94
  - usabls.gemspec
96
95
  homepage: https://github.com/mosop/usabls
97
96
  licenses: []
@@ -1,3 +0,0 @@
1
- module Usabls
2
- VERSION = "0.1.3"
3
- end