cramp 0.2 → 0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cramp.rb +1 -1
  2. metadata +12 -2
data/lib/cramp.rb CHANGED
@@ -5,5 +5,5 @@ require 'active_support/concern'
5
5
  require 'active_support/core_ext'
6
6
 
7
7
  module Cramp
8
- VERSION = '0.2'
8
+ VERSION = '0.5'
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cramp
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.2"
4
+ version: "0.5"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pratik Naik
@@ -70,7 +70,17 @@ dependencies:
70
70
  requirements:
71
71
  - - ~>
72
72
  - !ruby/object:Gem::Version
73
- version: 0.1.1
73
+ version: 0.12.10
74
+ version:
75
+ - !ruby/object:Gem::Dependency
76
+ name: thin
77
+ type: :runtime
78
+ version_requirement:
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ~>
82
+ - !ruby/object:Gem::Version
83
+ version: 1.2.5
74
84
  version:
75
85
  description: " Cramp provides ORM and controller layers for developing asynchronous web applications.\n"
76
86
  email: pratiknaik@gmail.com