skeptic 0.0.10 → 0.0.11
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/VERSION +1 -1
- data/e.rb +10 -0
- data/lib/skeptic/sexp_visitor.rb +1 -1
- data/skeptic-0.0.9.gem +0 -0
- data/skeptic.gemspec +4 -2
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c8d44e3011bf063dbd07ae0e073e78516f7d0fa
|
|
4
|
+
data.tar.gz: 6a8bf2b2a6fdbfad9e0ec6171c85d51d7a63c81e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89d4f4062d23107211f796f5170d46c4d0a3c5b02ee1a0537c50dd3e8eeb78f3a1c40d3856c6eefa4f5033907a52256ab98814777c552c0d9eee41ef70cce702
|
|
7
|
+
data.tar.gz: af0e4aed0d92d169417d603f8f152811b5656b56b1fab714cafdec12ba60048469feb6137361f1aada03b0bfdace17533d9d4aba7e1c2bb9e23178abea41b8b2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.11
|
data/e.rb
ADDED
data/lib/skeptic/sexp_visitor.rb
CHANGED
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.
|
|
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.
|
|
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.
|
|
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:
|