akitaonrails-locarails 1.1.8 → 1.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,5 +9,4 @@ unless Gem.source_index.search('capistrano').select { |g| g.version.to_s =~ /^2\
9
9
  require 'locarails/base'
10
10
  require 'locarails/copy'
11
11
  require 'locarails/none'
12
- end
13
12
  end
@@ -2,7 +2,7 @@ module Locarails
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
- TINY = 8
5
+ TINY = 9
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: akitaonrails-locarails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.8
4
+ version: 1.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Akita