simp-rake-helpers 1.0.15 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,5 @@ module Simp; end
2
2
  module Simp::Rake; end
3
3
 
4
4
  class Simp::Rake::Helpers
5
- VERSION = '1.0.15'
5
+ VERSION = '1.1.0'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simp-rake-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.15
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Tessmer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-03-09 00:00:00.000000000 Z
12
+ date: 2016-03-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -289,6 +289,20 @@ files:
289
289
  - Rakefile
290
290
  - bin/simp_rake_helpers
291
291
  - lib/simp/rake.rb
292
+ - lib/simp/rake/build/auto.rb
293
+ - lib/simp/rake/build/build.rb
294
+ - lib/simp/rake/build/clean.rb
295
+ - lib/simp/rake/build/code.rb
296
+ - lib/simp/rake/build/constants.rb
297
+ - lib/simp/rake/build/deps.rb
298
+ - lib/simp/rake/build/helpers.rb
299
+ - lib/simp/rake/build/iso.rb
300
+ - lib/simp/rake/build/pkg.rb
301
+ - lib/simp/rake/build/spec.rb
302
+ - lib/simp/rake/build/tar.rb
303
+ - lib/simp/rake/build/unpack.rb
304
+ - lib/simp/rake/build/upload.rb
305
+ - lib/simp/rake/build/vermap.yaml
292
306
  - lib/simp/rake/fixtures.rb
293
307
  - lib/simp/rake/helpers.rb
294
308
  - lib/simp/rake/helpers/version.rb