vipassana-logos 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: 41f9b06d908c09eec5859533c1a880c1056e4b18755640e4898d04dd42adafa8
4
- data.tar.gz: 96e0587ac2ea25efbdd3edbe922decd306e5b2e2bc87bd59cd452c4bd910c57b
3
+ metadata.gz: ba7dc987ed6a58cb08561b78971091abd63f0a9f61b28707bcdf3558d92b99e5
4
+ data.tar.gz: 6205f98bc427388a1b79a6dbef29a266dba4cb8b755312adcf55b167378f1dcf
5
5
  SHA512:
6
- metadata.gz: bc9cec81e1cf684aa728a08bbee2a3c1210dc76b2e7a7af9c68bb3fd6710eeaaf364f7cc383e0b49d8d90a34c799b4645063c59e273f22fdc8a5c04b857774d2
7
- data.tar.gz: 2b472effe783f8d8acf3cde06184082658ba62066bfbfa7b3e14e986d33a98315106714231db911e5af8d7a488cdf98ff3749586f5be29d595078e731255595c
6
+ metadata.gz: 9ffea16504ea160cd36dd77fd047ac31bba718338327b0c1bc7b20dbf2fbf07d109e76e6460eb14b52f35f55cd4d295b902d7da756dbf9ab82413990e214d185
7
+ data.tar.gz: ff096ebc8cd1a2de14a3a001db1c2e0a55c3c88571e829c789b0f3d6aaa3de71bc54880cee322b7ff3a0f54ef00d1616b06abf00de119dc8487f2d99120681b0
@@ -313,7 +313,7 @@ export default {
313
313
  SVGS = ${JSON.stringify(svgs)}
314
314
  `
315
315
  var blob = new Blob([result], {type: "text/plain;charset=utf-8"})
316
- fileSaver.saveAs(blob, "logos-inline-svg.rb")
316
+ fileSaver.saveAs(blob, "logos_inline_svg.rb")
317
317
 
318
318
  var blob = new Blob([JSON.stringify(svgs)], {type: "text/plain;charset=utf-8"})
319
319
  fileSaver.saveAs(blob, "logos-inline-svg.json")
@@ -1,5 +1,5 @@
1
1
  module VipassanaLogoHelper
2
- require "./logos-inline-svg.rb"
2
+ require "vipassana/logos_inline_svg.rb"
3
3
 
4
4
  def vipassana_logo(locale: I18n.locale, disposition: "normal")
5
5
  data = SVGS[locale.to_sym] || SVGS[:en]
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'vipassana_logo_helper'
3
+ require 'vipassana/logo_helper'
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = 'vipassana-logos'
5
- gem.version = '0.0.1'
5
+ gem.version = '0.0.2'
6
6
  # gem.license = 'MIT'
7
7
  gem.summary = 'Include Vipassana SVG logos in your pages'
8
8
  gem.description = 'A ruby module to offer inline SVG images for each language'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vipassana-logos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dhamma workers
@@ -206,9 +206,9 @@ files:
206
206
  - dist/resolutions/logo-en@640px.png
207
207
  - dist/resolutions/logo-en@64px.png
208
208
  - index.html
209
- - lib/logos-inline-svg.rb
210
- - lib/translations_generator.rb
211
- - lib/vipassana_logo_helper.rb
209
+ - lib/vipassana/logo_helper.rb
210
+ - lib/vipassana/logos_inline_svg.rb
211
+ - lib/vipassana/translations_generator.rb
212
212
  - lib/vipassana_logos.rb
213
213
  - resolution.html
214
214
  - vipassana-logos.gemspec