inkling 0.0.3a → 0.0.3

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,4 +1,3 @@
1
- require 'ruby-debug'
2
1
  module Inkling
3
2
  module Routing
4
3
  class TypeConstraint
@@ -1,3 +1,3 @@
1
1
  module Inkling
2
- VERSION = "0.0.3a"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -1,3 +1,5 @@
1
+ require 'ruby-debug'
2
+
1
3
  namespace :inkling do
2
4
 
3
5
  desc "Boostraps (calls generators, creates databases, runs migrations, seeds the database) Inkling"
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inkling
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: true
4
+ prerelease: false
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3a
9
- version: 0.0.3a
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors: []
12
12
 
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-16 00:00:00 +11:00
17
+ date: 2010-11-10 00:00:00 +11:00
18
18
  default_executable: inkling
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -198,13 +198,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
198
198
  required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  none: false
200
200
  requirements:
201
- - - ">"
201
+ - - ">="
202
202
  - !ruby/object:Gem::Version
203
203
  segments:
204
- - 1
205
- - 3
206
- - 1
207
- version: 1.3.1
204
+ - 0
205
+ version: "0"
208
206
  requirements: []
209
207
 
210
208
  rubyforge_project: