apify 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/apify.gemspec +1 -1
- data/lib/apify.rb +4 -0
- data/spec/spec_helper.rb +0 -8
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.1
|
data/apify.gemspec
CHANGED
data/lib/apify.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
@@ -7,16 +7,8 @@ ENV['RAILS_ENV'] ||= 'in_memory'
|
|
7
7
|
require "#{File.dirname(__FILE__)}/app_root/config/environment"
|
8
8
|
require "#{File.dirname(__FILE__)}/../lib/apify"
|
9
9
|
|
10
|
-
require 'rubygems'
|
11
|
-
|
12
|
-
gem 'jsonschema', '=2.0.0'
|
13
|
-
gem 'webmock', '=1.3.4'
|
14
|
-
gem 'rest-client', '=1.5.1'
|
15
|
-
|
16
10
|
require 'spec/rails'
|
17
|
-
require 'jsonschema'
|
18
11
|
require 'webmock/rspec'
|
19
|
-
require 'restclient'
|
20
12
|
|
21
13
|
# Undo changes to RAILS_ENV
|
22
14
|
silence_warnings {RAILS_ENV = ENV['RAILS_ENV']}
|