varkek 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.
- data/lib/varkek.rb +12 -0
- data/lib/varkek/version.rb +1 -1
- data/varkek.gemspec +2 -2
- metadata +5 -5
data/lib/varkek.rb
CHANGED
data/lib/varkek/version.rb
CHANGED
data/varkek.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.authors = ["weston platter"]
|
|
9
9
|
s.email = ["westonplatter@gmail.com"]
|
|
10
10
|
s.homepage = ""
|
|
11
|
-
s.summary = %q{
|
|
12
|
-
s.description = %q{
|
|
11
|
+
s.summary = %q{Command-line lint operations (variable checking) for Rails MVC}
|
|
12
|
+
s.description = %q{Command-line lint operations (variable checking) for Rails MVC}
|
|
13
13
|
|
|
14
14
|
s.rubyforge_project = "varkek"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: varkek
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,9 +9,9 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-02
|
|
12
|
+
date: 2012-03-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description:
|
|
14
|
+
description: Command-line lint operations (variable checking) for Rails MVC
|
|
15
15
|
email:
|
|
16
16
|
- westonplatter@gmail.com
|
|
17
17
|
executables: []
|
|
@@ -47,8 +47,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
47
47
|
version: '0'
|
|
48
48
|
requirements: []
|
|
49
49
|
rubyforge_project: varkek
|
|
50
|
-
rubygems_version: 1.8.
|
|
50
|
+
rubygems_version: 1.8.10
|
|
51
51
|
signing_key:
|
|
52
52
|
specification_version: 3
|
|
53
|
-
summary:
|
|
53
|
+
summary: Command-line lint operations (variable checking) for Rails MVC
|
|
54
54
|
test_files: []
|