selector 0.0.1 → 0.0.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: df1252477b28b8aae8d76c1f2dcc3adc6ce2e559
4
- data.tar.gz: 4196bcfaa5a7e897caadbd5115c04409e3b325a1
3
+ metadata.gz: 57b3a65540f164d904d551fde0cf464302c215a7
4
+ data.tar.gz: 91b1472c6e46cd77e839a5b86212254a07f577bb
5
5
  SHA512:
6
- metadata.gz: bd128e8c284c2070cc305626094f8b6d5a70a531c71822e531f32be5e1d95c69a563534596f7887f3917405fa7ad15a068411bd69ea8168433a2508b486bc8c0
7
- data.tar.gz: 6ad434020883761d4f293b15419374e8879204fb7d5737df6792ef6f339353b7b748c9344ac5ab456a58ef3534a9cbe74efd9bbcf19ed50e25f72ef7a6b15e66
6
+ metadata.gz: 7ed7667715c5b0207765e498b5454d678c2e00b53308679eda2930caf89b01164c55aaeeba3ca88bcfa0fdca9fd34723b0dd73b8fff839c5e070c3c6fcc06ba3
7
+ data.tar.gz: 3aa206719ab05607b0a2016bdb1a524e4ccf2cf68171eba4fc5402695f2c0580a559643f8e59b918d73a48ec0c39d1e9b3e9cd870121ce16c15a9d6983100266
@@ -1,5 +1,13 @@
1
+ v0.0.2 2015-07-21
2
+
3
+ ### Bugs fixed
4
+
5
+ * Ruby version constraint in the `selector.gemspec` (nepalez)
6
+
7
+ [Compare v0.0.1...v0.0.2](https://github.com/nepalez/selector/compare/v0.0.1...v0.0.2)
8
+
1
9
  v0.0.1 2015-07-20
2
10
 
3
11
  This is the first published version.
4
12
 
5
- [Compare Initial...HEAD](https://github.com/nepalez/selector/compare/Initial...HEAD)
13
+ [Compare Initial...v0.0.1](https://github.com/nepalez/selector/compare/Initial...v0.0.1)
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
- [WIP] Selector
2
- ===============
1
+ Selector
2
+ ========
3
3
 
4
4
  [![Gem Version](https://img.shields.io/gem/v/selector.svg?style=flat)][gem]
5
5
  [![Build Status](https://img.shields.io/travis/nepalez/selector/master.svg?style=flat)][travis]
@@ -8,6 +8,7 @@ module Selector
8
8
  #
9
9
  class Function < Condition
10
10
 
11
+ # @!method initialize(function)
11
12
  # Initializes the condition with a function
12
13
  #
13
14
  # @param [#call] function
@@ -8,6 +8,7 @@ module Selector
8
8
  #
9
9
  class Regexp < Condition
10
10
 
11
+ # @!method initialize(regexp)
11
12
  # Initializes the condition with the regexp
12
13
  #
13
14
  # @param [::Regexp] regexp
@@ -4,6 +4,6 @@ module Selector
4
4
 
5
5
  # The semantic version of the gem.
6
6
  # @see http://semver.org/ Semantic versioning 2.0
7
- VERSION = "0.0.1".freeze
7
+ VERSION = "0.0.2".freeze
8
8
 
9
9
  end # module Selector
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
16
  gem.extra_rdoc_files = Dir["README.md", "LICENSE"]
17
17
  gem.require_paths = ["lib"]
18
18
 
19
- gem.required_ruby_version = "~> 1.9.3"
19
+ gem.required_ruby_version = ">= 1.9.3"
20
20
 
21
21
  gem.add_runtime_dependency "ice_nine", "~> 0.11"
22
22
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kozin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-20 00:00:00.000000000 Z
11
+ date: 2015-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ice_nine
@@ -110,7 +110,7 @@ require_paths:
110
110
  - lib
111
111
  required_ruby_version: !ruby/object:Gem::Requirement
112
112
  requirements:
113
- - - "~>"
113
+ - - ">="
114
114
  - !ruby/object:Gem::Version
115
115
  version: 1.9.3
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement