hisrc-rails 0.3.0 → 2.0.0

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.
@@ -10,6 +10,7 @@ gemfile:
10
10
  - Gemfile
11
11
  - gemfiles/Rails_3_1.gemfile
12
12
  - gemfiles/Rails_3_2.gemfile
13
+ - gemfiles/Rails_4_0.gemfile
13
14
  - gemfiles/Rails_master.gemfile
14
15
 
15
16
  branches:
@@ -18,8 +19,13 @@ branches:
18
19
 
19
20
  matrix:
20
21
  exclude:
22
+ - rvm: 1.9.2
23
+ gemfile: Gemfile
24
+ - rvm: 1.9.2
25
+ gemfile: gemfiles/Rails_4_0.gemfile
21
26
  - rvm: 1.9.2
22
27
  gemfile: gemfiles/Rails_master.gemfile
28
+
23
29
  allow_failures:
24
30
  - rvm: ruby-head
25
31
  - gemfile: gemfiles/Rails_master.gemfile
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Retina displays are coming! Be sure to make your Rails app ready today.
4
4
 
5
- How? Well, there are a lot of different approaches:
5
+ How? Well, there are a lot of different approaches:
6
6
  * http://css-tricks.com/which-responsive-images-solution-should-you-use/
7
7
  * http://www.alistapart.com/articles/responsive-images-how-they-almost-worked-and-what-we-need/
8
8
 
@@ -1,5 +1,5 @@
1
- source :rubygems
1
+ source 'https://rubygems.org'
2
2
 
3
3
  gemspec path: '../'
4
4
 
5
- gem 'rails', '~> 3.1.0'
5
+ gem 'rails', '~> 3.1.0'
@@ -1,5 +1,4 @@
1
- source :rubygems
2
-
1
+ source 'https://rubygems.org'
3
2
  gemspec path: '../'
4
3
 
5
- gem 'rails', '~> 3.2.0'
4
+ gem 'rails', '~> 3.2.0'
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+ gemspec path: '../'
3
+
4
+ gem 'rails', '~> 4.0.0'
@@ -1,4 +1,4 @@
1
- source :rubygems
1
+ source 'https://rubygems.org'
2
2
 
3
3
  gem 'activesupport', github: 'rails/rails'
4
4
  gem 'httparty'
@@ -1,3 +1,3 @@
1
1
  module HisrcRails
2
- VERSION = '0.3.0'
2
+ VERSION = '2.0.0'
3
3
  end
@@ -19,7 +19,7 @@
19
19
  useTransparentGif: false,
20
20
  transparentGifSrc: 'data:image/gif;base64,R0lGODlhAQABAIAAAMz/AAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==',
21
21
  minKbpsForHighBandwidth: 300,
22
- speedTestUri: 'https://s3.amazonaws.com/cdeutsch/50K',
22
+ speedTestUri: 'https://<use-your-own-domain>.com/put-a-50K-file-here/50K',
23
23
  speedTestKB: 50,
24
24
  speedTestExpireMinutes: 30,
25
25
  forcedBandwidth: false
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: hisrc-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.0
5
+ version: 2.0.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mario Uher
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-27 00:00:00.000000000 Z
12
+ date: 2013-09-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  prerelease: false
@@ -90,6 +90,7 @@ files:
90
90
  - Rakefile
91
91
  - gemfiles/Rails_3_1.gemfile
92
92
  - gemfiles/Rails_3_2.gemfile
93
+ - gemfiles/Rails_4_0.gemfile
93
94
  - gemfiles/Rails_master.gemfile
94
95
  - hisrc-rails.gemspec
95
96
  - lib/hisrc-rails.rb