varkek 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/varkek.rb CHANGED
@@ -1,9 +1,21 @@
1
1
  require "varkek/version"
2
2
 
3
3
  module Varkek
4
+
4
5
  class Checker
6
+
5
7
  def whatis
6
8
  puts 'Automative Rails MVC variable checker'
7
9
  end
10
+
11
+ def getControllers
12
+ end
13
+
14
+ def getView
15
+ end
16
+
8
17
  end
18
+
19
+
20
+
9
21
  end
@@ -1,3 +1,3 @@
1
1
  module Varkek
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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{Automative Rails MVC variable checker}
12
- s.description = %q{Automative Rails MVC variable checker}
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.1
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-23 00:00:00.000000000Z
12
+ date: 2012-03-02 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Automative Rails MVC variable checker
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.17
50
+ rubygems_version: 1.8.10
51
51
  signing_key:
52
52
  specification_version: 3
53
- summary: Automative Rails MVC variable checker
53
+ summary: Command-line lint operations (variable checking) for Rails MVC
54
54
  test_files: []