rbgram 0.1.0 → 0.1.1

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 (4) hide show
  1. checksums.yaml +5 -5
  2. data/exe/rbgram +1 -1
  3. data/lib/rbgram/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: a3bf420cda5f69a6563ed5ae69846591f1426fa3e83685af2150511111cdd44d
4
- data.tar.gz: cd42e95beb125ba12dd4d81628d55a141fc527b76b9c6ca4aa9dc52d17d974c5
2
+ SHA1:
3
+ metadata.gz: d5942acfbbef5e86f4f0135847a2d11714cfb637
4
+ data.tar.gz: 53d4a865fd50b1a39535f813c013e8bf8666881e
5
5
  SHA512:
6
- metadata.gz: 7ddcde27257dfda1b69085868b0d2941fd0de5ed65378cb4527b1a70f41928b1b22d7125c056ad3c63205aef2fc2ea1f1ae961a8aa352dde1264c08ccd4639fb
7
- data.tar.gz: '0974a528ae94ae48e91f8e2d33eb324d2d0b3587b306b4992005905a99392d81c534b20a956055c20674922b20a37c1d833342705a77bd5ba6b2b8532b036b78'
6
+ metadata.gz: 40cf10e05aa2de8187bc72ca02db158dababa83553e5fbab72fb12b90f22205246194c7f8ff1f923d296bb2e6716dae16a3379a83e3afde1eb08459f797c4d9b
7
+ data.tar.gz: e71fb632495bd1013c4ca0cfe1ce8e668667f233d2fea865fe99b9213914f1572506fb6a7f12beb7504c174de7e9fc86c4d97d470a2416b039c5ad093ff05e93
data/exe/rbgram CHANGED
@@ -34,5 +34,5 @@ class FizzBuzz
34
34
  end
35
35
 
36
36
  QML.run do |app|
37
- app.load_path Pathname(__FILE__) + '../../main.qml'
37
+ app.load_data File.read(Pathname(__FILE__) + '../../main.qml')
38
38
  end
@@ -1,3 +1,3 @@
1
1
  module Rbgram
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbgram
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladislav Yashin
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubyforge_project:
129
- rubygems_version: 2.7.6
129
+ rubygems_version: 2.6.14
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Write a short summary, because RubyGems requires one.