hitfox-suspenders 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b21a5827a8acb2db9df1f2bf7ce9e0ba64957d0
4
- data.tar.gz: daab971ad541674c6d4b225f0cce3c53afdcf955
3
+ metadata.gz: 766be1a0ab233e1eb30a4fff6db1aa67d4fb3604
4
+ data.tar.gz: 8cefb4d5c52697aaad0f1dbf94fc086a96eaaf5a
5
5
  SHA512:
6
- metadata.gz: e93d772d2499df40121be7e35a5b73fe60beb6de00c905bf6c0ea41c4f7bb56130020def7705bdba8d50f68908af707f0dde1c34fa3cf1b87ce1c72af0fad676
7
- data.tar.gz: ea47acb7dcf15981426f3f652008869698eefd9c1b38bec9006cef3bfc23086a45ae794532fbbfe96db51f12b1cccb79765b70d187ebcd3b17460409cd87dc41
6
+ metadata.gz: cec121666e39a929fd68a3543caf66248106db5a3dfcaf42744d0aa56b95791eaddb916bacc7362fb916b1fcea8f3726d623804a96b7a65a14cc8d22bb11a717
7
+ data.tar.gz: 77502d870f4c12aaefe30525e46ed2894ac2bdc03b140355f26b14e31e9329310a9993834ec45f79a72e1736347383ffbdc1c40d2a60bc129d5670a1b03cb630
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.2.2
1
+ 2.2.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hitfox-suspenders (1.0.1)
4
+ hitfox-suspenders (1.0.2)
5
5
  bitters (~> 1.0.0)
6
6
  bundler (~> 1.3)
7
7
  rails (= 4.2.1)
@@ -63,7 +63,6 @@ GEM
63
63
  erubis (2.7.0)
64
64
  globalid (0.3.5)
65
65
  activesupport (>= 4.1.0)
66
- hike (1.2.3)
67
66
  i18n (0.7.0)
68
67
  json (1.8.2)
69
68
  loofah (2.0.1)
@@ -72,8 +71,7 @@ GEM
72
71
  mime-types (>= 1.16, < 3)
73
72
  mime-types (2.4.3)
74
73
  mini_portile (0.6.2)
75
- minitest (5.5.1)
76
- multi_json (1.11.0)
74
+ minitest (5.6.0)
77
75
  nokogiri (1.6.6.2)
78
76
  mini_portile (~> 0.6.0)
79
77
  rack (1.6.0)
@@ -113,18 +111,14 @@ GEM
113
111
  diff-lcs (>= 1.1.3, < 2.0)
114
112
  rspec-mocks (2.99.3)
115
113
  sass (3.4.13)
116
- sprockets (2.12.3)
117
- hike (~> 1.2)
118
- multi_json (~> 1.0)
114
+ sprockets (3.0.2)
119
115
  rack (~> 1.0)
120
- tilt (~> 1.1, != 1.3.0)
121
116
  sprockets-rails (2.2.4)
122
117
  actionpack (>= 3.0)
123
118
  activesupport (>= 3.0)
124
119
  sprockets (>= 2.8, < 4.0)
125
120
  thor (0.19.1)
126
121
  thread_safe (0.3.5)
127
- tilt (1.4.1)
128
122
  tzinfo (1.2.2)
129
123
  thread_safe (~> 0.1)
130
124
  xpath (2.0.0)
data/README.md CHANGED
@@ -40,3 +40,4 @@ List of changes we made since [this commit](https://github.com/thoughtbot/suspen
40
40
  - Remove CDN, Heroku, Unicorn, Segment and delayed_jobs configurations
41
41
  - Remove deployment scripts and Procfile
42
42
  - Remove Travis configuration and add the CircleCI one for the suspenders gem
43
+ - Use Ruby 2.2.0 for CircleCI compatibility
data/circle.yml CHANGED
@@ -1,3 +1,3 @@
1
1
  machine:
2
2
  ruby:
3
- version: 2.2.2
3
+ version: 2.2.0
@@ -146,11 +146,6 @@ module Suspenders
146
146
  end
147
147
  end
148
148
 
149
- def setup_segment
150
- say 'Setting up Segment'
151
- build :setup_segment
152
- end
153
-
154
149
  def setup_gitignore
155
150
  build :gitignore_files
156
151
  end
@@ -1,5 +1,5 @@
1
1
  module Suspenders
2
2
  RAILS_VERSION = "4.2.1"
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
data/templates/circle.yml CHANGED
@@ -1,3 +1,3 @@
1
1
  machine:
2
2
  ruby:
3
- version: 2.2.2
3
+ version: 2.2.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hitfox-suspenders
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoughtbot
@@ -154,7 +154,6 @@ files:
154
154
  - templates/staging.rb
155
155
  - templates/suspenders_gitignore
156
156
  - templates/suspenders_layout.html.erb.erb
157
- - templates/travis.yml.erb
158
157
  homepage: https://github.com/HitFox/hitfox-suspenders
159
158
  licenses:
160
159
  - MIT
@@ -168,7 +167,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
168
167
  requirements:
169
168
  - - ">="
170
169
  - !ruby/object:Gem::Version
171
- version: 2.2.2
170
+ version: 2.2.0
172
171
  required_rubygems_version: !ruby/object:Gem::Requirement
173
172
  requirements:
174
173
  - - ">="
@@ -176,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
175
  version: '0'
177
176
  requirements: []
178
177
  rubyforge_project:
179
- rubygems_version: 2.4.6
178
+ rubygems_version: 2.4.5
180
179
  signing_key:
181
180
  specification_version: 4
182
181
  summary: Generate a Rails app using Hitfox's best practices.
@@ -1,21 +0,0 @@
1
- before_install:
2
- - "echo '--colour' > ~/.rspec"
3
- - "echo 'gem: --no-document' > ~/.gemrc"
4
- - export DISPLAY=:99.0
5
- - sh -e /etc/init.d/xvfb start
6
- install:
7
- - bin/setup
8
- branches:
9
- only:
10
- - master
11
- cache:
12
- - bundler
13
- language:
14
- - ruby
15
- notifications:
16
- email: false
17
- rvm:
18
- - <%= Suspenders::RUBY_VERSION %>
19
- addons:
20
- postgresql: "9.3"
21
- sudo: false