shipyard-framework 0.5.2 → 0.5.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4583619f521de770f88cc5a90546c0be4176ddf5
4
- data.tar.gz: 00e8b03081f2ea05bfbaf8b0a84870772f1694d2
3
+ metadata.gz: 3303f8cdc161922530bd5e68c26e1cb2329bf2e4
4
+ data.tar.gz: 68814dad96d7e7a5976de4f4fcc7728ed8464bff
5
5
  SHA512:
6
- metadata.gz: d4906eb002f3bf282fd0d81a208c09eeddf09b80f57c21da1c4138e7637075b42346931be07f1ce1bded9d27b7111128f942e7ece72f6b1803ee427b4181738d
7
- data.tar.gz: 4edd1a39ce05f5777bc029a194998fe867bc07f22f9e068d2fcb57e42a68c13125d1a922b633bcc5a1c0bc8df454bf2547eb66417e487118f095c7ce9c0cbb3b
6
+ metadata.gz: e04e852ade3ecbc804051695cad226235ae1e5dda1928857c1f2ad2685aba00c93c76ad72eed99a73ead4dde3e2510758438c922565deaa6f98b67e1c92cf726
7
+ data.tar.gz: 734ceae2a26fdc135aba6785351446435d3c63648a714c9dc7a8fc094c45085879378a1bd2b39e5220405d1e781f768d8f794a29ccd91f758a4db1b045509387
data/README.md CHANGED
@@ -34,7 +34,7 @@ plugins:
34
34
 
35
35
  ## Status
36
36
  [![Gem Version](https://badge.fury.io/rb/shipyard-framework.svg)](https://badge.fury.io/rb/shipyard-framework)
37
- [![Codeship Status for shipyard-framework/shipyard](https://app.codeship.com/projects/a1a079a0-800a-0135-2025-3e18bae1bf89/status?branch=master)](https://app.codeship.com/projects/246583)
37
+ [![Codeship Status for codeship/shipyard](https://app.codeship.com/projects/30419df0-80ff-0135-f7fb-06994b6b032d/status?branch=master)](https://app.codeship.com/projects/246808)
38
38
 
39
39
  ## Usage
40
40
 
data/ci/percy ADDED
@@ -0,0 +1,17 @@
1
+ echo -e "************** Changed to Styleguide Directory **************"
2
+ cd ./styleguide
3
+ pwd
4
+
5
+ echo -e "\n\n************** Bundle Install **************"
6
+ gem install bundler --pre
7
+ bundle install
8
+
9
+ echo -e "\n\n************** Jekyll Build **************"
10
+ bundle exec jekyll build --baseurl=''
11
+
12
+ echo -e "\n\n************** Changed to Root Directory **************"
13
+ cd ../
14
+ pwd
15
+
16
+ echo -e "\n\n************** Percy Snapshot **************"
17
+ bundle exec percy snapshot --widths "375,1280" styleguide/_site/
data/ci/rspec ADDED
@@ -0,0 +1 @@
1
+ bundle exec rspec
data/ci/setup ADDED
@@ -0,0 +1,3 @@
1
+ rvm use $(cat .ruby-version)
2
+ gem install bundler --pre
3
+ bundle install
@@ -1,3 +1,3 @@
1
1
  module Shipyard
2
- VERSION = '0.5.2'
2
+ VERSION = '0.5.3'
3
3
  end
data/shipyard.gemspec CHANGED
@@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
20
20
  spec.add_development_dependency 'bundler', '~> 1.15'
21
21
  spec.add_development_dependency 'sass', '~> 3.5', '>= 3.5.1'
22
22
  spec.add_development_dependency 'rspec', '~> 3.6'
23
+ spec.add_development_dependency 'percy-cli', '~> 1.2.9'
23
24
 
24
25
  spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
25
26
  spec.files = `git ls-files`.split("\n")
@@ -1 +1 @@
1
- 2.3.1
1
+ 2.4.1
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- shipyard-framework (0.5.2)
4
+ shipyard-framework (0.5.3)
5
5
  actionview (~> 5.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionview (5.1.3)
11
- activesupport (= 5.1.3)
10
+ actionview (5.1.4)
11
+ activesupport (= 5.1.4)
12
12
  builder (~> 3.1)
13
13
  erubi (~> 1.4)
14
14
  rails-dom-testing (~> 2.0)
15
15
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
16
- activesupport (5.1.3)
16
+ activesupport (5.1.4)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (~> 0.7)
19
19
  minitest (~> 5.1)
@@ -50,10 +50,10 @@ GEM
50
50
  loofah (2.0.3)
51
51
  nokogiri (>= 1.5.9)
52
52
  mercenary (0.3.6)
53
- mini_portile2 (2.2.0)
53
+ mini_portile2 (2.3.0)
54
54
  minitest (5.10.3)
55
- nokogiri (1.8.0)
56
- mini_portile2 (~> 2.2.0)
55
+ nokogiri (1.8.1)
56
+ mini_portile2 (~> 2.3.0)
57
57
  pathutil (0.14.0)
58
58
  forwardable-extended (~> 2.6)
59
59
  public_suffix (2.0.5)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shipyard-framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shipyard
@@ -72,6 +72,20 @@ dependencies:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
74
  version: '3.6'
75
+ - !ruby/object:Gem::Dependency
76
+ name: percy-cli
77
+ requirement: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - "~>"
80
+ - !ruby/object:Gem::Version
81
+ version: 1.2.9
82
+ type: :development
83
+ prerelease: false
84
+ version_requirements: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - "~>"
87
+ - !ruby/object:Gem::Version
88
+ version: 1.2.9
75
89
  description:
76
90
  email:
77
91
  - ryanwilke@gmail.com
@@ -161,6 +175,9 @@ files:
161
175
  - assets/stylesheets/shipyard/variables/_grid.sass
162
176
  - assets/stylesheets/shipyard/variables/_misc.sass
163
177
  - assets/stylesheets/shipyard/variables/_typography.sass
178
+ - ci/percy
179
+ - ci/rspec
180
+ - ci/setup
164
181
  - lib/shipyard-framework.rb
165
182
  - lib/shipyard-framework/icons.rb
166
183
  - lib/shipyard-framework/jekyll/alert_tag.rb