codelation-cli 0.0.19 → 0.0.20

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: 500e4becd56b43d04ee95cb97b3ffa22dbf6de34
4
- data.tar.gz: c404914b94b453a2f40081abec8202ca6c879a6e
3
+ metadata.gz: 5c19b67d37a519528928d72910761cc3aec78f05
4
+ data.tar.gz: 21ead26490d5a66046fda06aebef4f4ac6767542
5
5
  SHA512:
6
- metadata.gz: 68d026b94b571b7b13f31c4c6db9d1b9cd8833e94459d46d238d93ca5aee1e516ae55a94025085d215dea44f4077858cb8028defacd9355a80c4d391d0ff4def
7
- data.tar.gz: 19f71254285300f3e9b1a6bdb4b7b78eca2f409a717bed545bda28a20757ff10be5fdf72c4f1b3b7b46e855653d3ac08e1470f63a92cbf9a78f0658b416f00eb
6
+ metadata.gz: 0c7cd59afc1171ebfc1b593d808f8dcfd1ae3ddb5a45257ec6ff7313145ab3e8f7abae35f7c7540f31cbe2f59f90820dda39939df38f0bee292033f558a1ef29
7
+ data.tar.gz: 1657f7da6710ae625844c5943cd90bb1e48c2be6782b4ee1e7e4dccf07bdbe05804dfd1e0f0d43a5ad35a1870a7ce32947ce986a16601b1f9f2ee49aca66c173
@@ -5,7 +5,7 @@ module Codelation
5
5
  class Cli < Thor
6
6
  RUBY_INSTALL_VERSION = "0.5.0"
7
7
  RUBY_INSTALL_URL = "https://github.com/postmodern/ruby-install/archive/v#{RUBY_INSTALL_VERSION}.tar.gz"
8
- RUBY_VERSION = "2.2.2"
8
+ RUBY_VERSION = "2.2.3"
9
9
 
10
10
  private
11
11
 
@@ -3,7 +3,7 @@ require "open-uri"
3
3
  require "thor"
4
4
 
5
5
  module Codelation
6
- VERSION = "0.0.19"
6
+ VERSION = "0.0.20"
7
7
 
8
8
  class Cli < Thor
9
9
  desc "update", "Update codelation-cli to latest version"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codelation-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pattison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-24 00:00:00.000000000 Z
11
+ date: 2015-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open_uri_redirections
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  requirements: []
124
124
  rubyforge_project:
125
- rubygems_version: 2.4.5
125
+ rubygems_version: 2.4.5.1
126
126
  signing_key:
127
127
  specification_version: 4
128
128
  summary: Command line tool for Codelation tasks