prima-twig 0.45.21 → 0.45.22

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-deploy +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78e74bb235db143b0ee410f46b2f2eb446ed17bd
4
- data.tar.gz: b7aa2d67628aedd4a2b97339a39cd45796b0c79b
3
+ metadata.gz: ac2530e390b7fc56ebe9c986fee21c5d008105f8
4
+ data.tar.gz: a6fcd379086eecd1175706bce4238685fb652ee3
5
5
  SHA512:
6
- metadata.gz: e42fc370d690199a942aa71788cbbb281b732e8495e64cc048eb17cf4607bd1fa5287247662cfd86f9eb3f3b3627841300a5dfb51ebb2f9062237c1808d3860f
7
- data.tar.gz: 93c65e4dd64db3d99a97498c2812857aa61545b8584fa0a342f1fa9badbbf0e16e8450e862d94314a106f665e8c4e9bdd0eb22fe01b288fe7c4e498fb48aea14
6
+ metadata.gz: 947ea83fccfbe0acfcf43a67da550e2ad680202a6d051791ce25c007ca5ff4965631c15d1ebb1b31d64d90a01297a141dac352277852450084e5b6006a063030
7
+ data.tar.gz: eefc2f7eea7a2f0f839974ea2d30d4876b76ee53a20fdf7b3e5778c1e1d2001e55ed3500179bf333bdadd3169708906946ef1b18c1c48a4fc90170c301a9352f
data/bin/twig-deploy CHANGED
@@ -118,7 +118,7 @@ class Review
118
118
  body << "Revision: [#{artifact[:rev]}](https://github.com/primait/prima/commit/#{artifact[:rev]}) del #{artifact[:created_at].strftime('%d/%m/%Y %H:%M:%S')}\n\n"
119
119
  body << "Branch: [#{artifact[:branch]}](https://github.com/primait/prima/tree/#{artifact[:branch]})\n\n"
120
120
  body << "Commit: #{commit_msg.gsub(/_/, '\_')}\n\n"
121
- body << "Screenshots (tra qualche minuto): [BrowserStack](https://www.browserstack.com/automate) (Filtrare per: \"#{get_paparatzinger_job_name(commit_msg).gsub(/_/, '\_')}\")" if launch_paparatzinger
121
+ #body << "Screenshots (tra qualche minuto): [BrowserStack](https://www.browserstack.com/automate) (Filtrare per: \"#{get_paparatzinger_job_name(commit_msg).gsub(/_/, '\_')}\")" if launch_paparatzinger
122
122
 
123
123
  htmlBody = Redcarpet::Markdown.new(Redcarpet::Render::HTML.new).render body
124
124
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prima-twig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.21
4
+ version: 0.45.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino