skeptic 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64dae74bc0c7e149ec7a363313f71cb13d881be5
4
- data.tar.gz: 5914fd0589ae7aaa72579cec73787ac32e40ae88
3
+ metadata.gz: 8c8d44e3011bf063dbd07ae0e073e78516f7d0fa
4
+ data.tar.gz: 6a8bf2b2a6fdbfad9e0ec6171c85d51d7a63c81e
5
5
  SHA512:
6
- metadata.gz: f0d38d564a92455a4adb489da6377cb5aa5fa21a161e4b1931a18331c378580f18c1f626099b4f58f3504047dd1a7166e575f8febfbbc1f03bae7f931e4735d3
7
- data.tar.gz: 379126e1b588d386726728272fb66b96f74f8898e7d6af9966c88be85ed9bfd6a101fdc5e875dc562ad571e138e7c13ca9c4fb5de60247fda2a2479c1fbd293c
6
+ metadata.gz: 89d4f4062d23107211f796f5170d46c4d0a3c5b02ee1a0537c50dd3e8eeb78f3a1c40d3856c6eefa4f5033907a52256ab98814777c552c0d9eee41ef70cce702
7
+ data.tar.gz: af0e4aed0d92d169417d603f8f152811b5656b56b1fab714cafdec12ba60048469feb6137361f1aada03b0bfdace17533d9d4aba7e1c2bb9e23178abea41b8b2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.0.11 (2014-10-27)
2
+ Bugfixes:
3
+ - Fix issue with using mixed parameter types ([s2gatev](https://github.com/s2gatev))
4
+
1
5
  ## 0.0.10 (2014-10-27)
2
6
 
3
7
  Bugfixes:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.10
1
+ 0.0.11
data/e.rb ADDED
@@ -0,0 +1,10 @@
1
+ def e
2
+ w(&b.d.f.e)
3
+ end
4
+
5
+ class Proc
6
+ def ssdfe
7
+ 2
8
+ end
9
+ end
10
+
@@ -86,7 +86,7 @@ module Skeptic
86
86
  [tree]
87
87
  when Symbol
88
88
  []
89
- when nil
89
+ when nil, false
90
90
  []
91
91
  else
92
92
  tree.compact.map { |node| extract_param_idents node }.reduce [], :+
data/skeptic-0.0.9.gem ADDED
Binary file
data/skeptic.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: skeptic 0.0.10 ruby lib
5
+ # stub: skeptic 0.0.11 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "skeptic"
9
- s.version = "0.0.10"
9
+ s.version = "0.0.11"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -30,6 +30,7 @@ Gem::Specification.new do |s|
30
30
  "Rakefile",
31
31
  "VERSION",
32
32
  "bin/skeptic",
33
+ "e.rb",
33
34
  "features/skeptic.feature",
34
35
  "lib/skeptic.rb",
35
36
  "lib/skeptic/critic.rb",
@@ -50,6 +51,7 @@ Gem::Specification.new do |s|
50
51
  "lib/skeptic/rules/spaces_around_operators.rb",
51
52
  "lib/skeptic/scope.rb",
52
53
  "lib/skeptic/sexp_visitor.rb",
54
+ "skeptic-0.0.9.gem",
53
55
  "skeptic.gemspec"
54
56
  ]
55
57
  s.homepage = "http://github.com/skanev/skeptic"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skeptic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Kanev
@@ -141,6 +141,7 @@ files:
141
141
  - Rakefile
142
142
  - VERSION
143
143
  - bin/skeptic
144
+ - e.rb
144
145
  - features/skeptic.feature
145
146
  - lib/skeptic.rb
146
147
  - lib/skeptic/critic.rb
@@ -161,6 +162,7 @@ files:
161
162
  - lib/skeptic/rules/spaces_around_operators.rb
162
163
  - lib/skeptic/scope.rb
163
164
  - lib/skeptic/sexp_visitor.rb
165
+ - skeptic-0.0.9.gem
164
166
  - skeptic.gemspec
165
167
  homepage: http://github.com/skanev/skeptic
166
168
  licenses: