simple-templater 0.0.1.2 → 0.0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env gem1.9 build
1
+ #!/usr/bin/env gem build
2
2
  # encoding: utf-8
3
3
 
4
4
  Dir[File.join(File.dirname(__FILE__), "vendor", "*")].each do |path|
@@ -10,7 +10,7 @@ Dir[File.join(File.dirname(__FILE__), "vendor", "*")].each do |path|
10
10
  end
11
11
 
12
12
  # NOTE: we can't use require_relative because when we run gem build, it use eval for executing this file
13
- require File.join(File.dirname(__FILE__), "lib", "simple-templater")
13
+ require File.join(File.dirname(__FILE__), "lib", "simple-templater", "version")
14
14
 
15
15
  Gem::Specification.new do |s|
16
16
  s.name = "simple-templater"
data/tasks/release.rake CHANGED
@@ -20,7 +20,7 @@ end
20
20
  end
21
21
 
22
22
  SimpleTemplater.const_set("VERSION", version) # so other release tasks will work
23
- # sh "git commit lib/simple-templater/version.rb -m 'Increased version to #{version}'"
23
+ sh "git commit lib/simple-templater/version.rb -m 'Increased version to #{version}'"
24
24
  end
25
25
  end
26
26
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-templater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.2
4
+ version: 0.0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus"