crackin 0.1.1.alpha2 → 0.1.1

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.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  crackin:
3
3
  name: crackin
4
- debug: true
4
+ debug: false
5
5
  scm: git
6
6
  changelog: CHANGELOG.md
7
7
  branch:
@@ -1,5 +1,8 @@
1
1
  ### Changelog
2
2
 
3
+ ##### v0.1.1:
4
+ * turn off debug
5
+
3
6
  ##### v0.1.1.alpha2:
4
7
  * push defaults to origin/master. override this to default to current branch
5
8
 
@@ -3,7 +3,7 @@ module Crackin
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
5
  TINY = 1
6
- TAG = 'alpha2'
6
+ TAG = nil
7
7
  LIST = [MAJOR, MINOR, TINY, TAG]
8
8
  STRING = LIST.compact.join(".")
9
9
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crackin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.alpha2
5
- prerelease: 6
4
+ version: 0.1.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Shawn Catanzarite
@@ -136,13 +136,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  segments:
138
138
  - 0
139
- hash: -3393631693237252960
139
+ hash: -1512941586241998041
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  none: false
142
142
  requirements:
143
- - - ! '>'
143
+ - - ! '>='
144
144
  - !ruby/object:Gem::Version
145
- version: 1.3.1
145
+ version: '0'
146
+ segments:
147
+ - 0
148
+ hash: -1512941586241998041
146
149
  requirements: []
147
150
  rubyforge_project:
148
151
  rubygems_version: 1.8.25