photile 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/Rakefile +2 -4
  2. metadata +1 -1
data/Rakefile CHANGED
@@ -14,10 +14,8 @@ end
14
14
 
15
15
  desc "Deploy gem to Rubygems repo"
16
16
  task :deploy do
17
- gem_file_name = "photile-" + `git describe`.chomp + ".gem"
18
- puts gem_file_name
19
- system 'gem build photile.gemspec'
20
- system 'gem push ' + gem_file_name + ' && rm *.gem'
17
+ version = `git describe`.chomp
18
+ system "gem build photile.gemspec && gem push photile-#{version}.gem && rm *.gem"
21
19
  end
22
20
 
23
21
  desc "Build docs"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: photile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: