omnicontacts 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile +0 -2
  2. data/Gemfile.lock +1 -2
  3. data/lib/omnicontacts.rb +1 -1
  4. metadata +2 -2
data/Gemfile CHANGED
@@ -1,5 +1,3 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- gem 'rack'
4
-
5
3
  gemspec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omnicontacts (0.1.4)
4
+ omnicontacts (0.1.5)
5
5
  json
6
6
  rack
7
7
 
@@ -33,7 +33,6 @@ PLATFORMS
33
33
 
34
34
  DEPENDENCIES
35
35
  omnicontacts!
36
- rack
37
36
  rack-test
38
37
  rake
39
38
  rspec
data/lib/omnicontacts.rb CHANGED
@@ -2,7 +2,7 @@ require "rack"
2
2
 
3
3
  module OmniContacts
4
4
 
5
- VERSION = "0.1.4"
5
+ VERSION = "0.1.5"
6
6
 
7
7
  autoload :Builder, "omnicontacts/builder"
8
8
  autoload :Importer, "omnicontacts/importer"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnicontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  version: 1.3.6
163
163
  requirements: []
164
164
  rubyforge_project:
165
- rubygems_version: 1.8.23
165
+ rubygems_version: 1.8.24
166
166
  signing_key:
167
167
  specification_version: 3
168
168
  summary: A generalized Rack middleware for importing contacts from major email providers.