napkin 0.0.1.pre.1 → 0.0.2

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.
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *gem
@@ -3,7 +3,7 @@
3
3
  require 'semantic'
4
4
 
5
5
  module Napkin
6
- VERSION = Semantic::Version.new('0.0.1-pre.1')
6
+ VERSION = Semantic::Version.new('0.0.2')
7
7
 
8
8
  MAJOR = VERSION.major
9
9
  MINOR = VERSION.minor
data/napkin.gemspec CHANGED
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
  {
31
31
  'semantic' => '~> 1.3.0',
32
32
  'thor' => '~> 0.19.1',
33
- 'veronic' => '= 0.0.31'
33
+ 'veronic' => '= 0.0.32'
34
34
  }.each_pair do |dep, ver|
35
35
  spec.add_dependency(dep, ver)
36
36
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: napkin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre.1
5
- prerelease: 6
4
+ version: 0.0.2
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Aaron Daniel
@@ -82,7 +82,7 @@ dependencies:
82
82
  requirements:
83
83
  - - '='
84
84
  - !ruby/object:Gem::Version
85
- version: 0.0.31
85
+ version: 0.0.32
86
86
  type: :runtime
87
87
  prerelease: false
88
88
  version_requirements: !ruby/object:Gem::Requirement
@@ -90,7 +90,7 @@ dependencies:
90
90
  requirements:
91
91
  - - '='
92
92
  - !ruby/object:Gem::Version
93
- version: 0.0.31
93
+ version: 0.0.32
94
94
  description: Simplifies the setup and preparation of job runs
95
95
  email: ops@liftopia.com
96
96
  executables:
@@ -98,6 +98,7 @@ executables:
98
98
  extensions: []
99
99
  extra_rdoc_files: []
100
100
  files:
101
+ - .gitignore
101
102
  - .ruby-version
102
103
  - Gemfile
103
104
  - Gemfile.lock
@@ -124,9 +125,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
124
125
  required_rubygems_version: !ruby/object:Gem::Requirement
125
126
  none: false
126
127
  requirements:
127
- - - ! '>'
128
+ - - ! '>='
128
129
  - !ruby/object:Gem::Version
129
- version: 1.3.1
130
+ version: '0'
130
131
  requirements: []
131
132
  rubyforge_project:
132
133
  rubygems_version: 1.8.23