youpy-newextension 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,7 @@ file "#{BUILD_DIR}/install.rdf" => [:create_buildchrome_dir] do
30
30
  end
31
31
  task :create_install_rdf => ["#{BUILD_DIR}/install.rdf"]
32
32
 
33
+ task :create_extra_directories => []
33
34
  %w(defaults components modules).each do |dir|
34
35
  if File.directory?(dir)
35
36
  dst_dir = "#{BUILD_DIR}/#{dir}"
@@ -2,7 +2,7 @@ module Newextension #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{newextension}
3
- s.version = "0.1.2"
3
+ s.version = "0.1.3"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["youpy"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: youpy-newextension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - youpy