asset_host_client 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/Rakefile +0 -6
- data/asset_host_client.gemspec +1 -0
- data/lib/asset_host_client/version.rb +1 -1
- data/spec/spec_helper.rb +2 -4
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fa7e3c4d47d2626eca58915fe26b1aec2919290
|
4
|
+
data.tar.gz: 2a20f502eba05d33867243b779270144bfc0d7d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e50e8eb35d6e930240a89f3e2e08ab0d634641f930b6803c14b91485084d786673986cdbd746b2dd3025dbc2f455518180d21d9d614ed048f57451ac65c50ea4
|
7
|
+
data.tar.gz: 768a9b17175e0185fa6a830c57ff135e403d9e5717f87bc263a6bdd5edad629a9b54338eeee9fc1fc4c0d362cb57972ffddc30186406ebcffa2c3159a0276756
|
data/CHANGELOG.md
CHANGED
data/Rakefile
CHANGED
@@ -1,14 +1,8 @@
|
|
1
1
|
#!/usr/bin/env rake
|
2
|
-
RAKED = true
|
3
2
|
|
4
3
|
require 'bundler/setup'
|
5
4
|
require 'rdoc/task'
|
6
5
|
require 'rspec/core/rake_task'
|
7
|
-
require 'combustion'
|
8
|
-
|
9
|
-
Bundler.require :default, :test
|
10
|
-
Combustion.initialize! :action_view, :action_controller
|
11
|
-
Combustion::Application.load_tasks
|
12
6
|
|
13
7
|
RSpec::Core::RakeTask.new(:test)
|
14
8
|
task default: :test
|
data/asset_host_client.gemspec
CHANGED
data/spec/spec_helper.rb
CHANGED
@@ -1,9 +1,7 @@
|
|
1
1
|
require 'combustion'
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
Combustion.initialize! :action_view, :action_controller
|
6
|
-
end
|
3
|
+
Bundler.require :default, :test
|
4
|
+
Combustion.initialize! :action_view, :action_controller
|
7
5
|
|
8
6
|
if ENV['CI']
|
9
7
|
# I don't know why
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: asset_host_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bryan Ricker
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-05-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -73,6 +73,20 @@ dependencies:
|
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '1.3'
|
76
|
+
- !ruby/object:Gem::Dependency
|
77
|
+
name: rspec
|
78
|
+
requirement: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '2.14'
|
83
|
+
type: :development
|
84
|
+
prerelease: false
|
85
|
+
version_requirements: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '2.14'
|
76
90
|
description: Ruby client for AssetHost
|
77
91
|
email:
|
78
92
|
- bricker88@gmail.com
|