run-cl 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,8 @@ require 'run-cl/run'
2
2
  require 'run-cl/run_validator'
3
3
  require 'run-cl/version'
4
4
 
5
- module RunCl
6
- # Your code goes here...
5
+ module Run
6
+ module Cl
7
+ # Your code goes here...
8
+ end
7
9
  end
@@ -1,3 +1,5 @@
1
- module RunCl
2
- VERSION = "1.0.1"
1
+ module Run
2
+ module Cl
3
+ VERSION = "1.0.2"
4
+ end
3
5
  end
@@ -5,7 +5,7 @@ require 'run-cl/version'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "run-cl"
8
- gem.version = RunCl::VERSION
8
+ gem.version = Run::Cl::VERSION
9
9
  gem.authors = ["mespina"]
10
10
  gem.email = ["mespina.icc@gmail.com"]
11
11
  gem.summary = "Rut Chilenos"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - mespina