reamaze 0.0.3 → 0.0.4

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
- SHA1:
3
- metadata.gz: 83c1a27c0fda5509eccdf236533bbebdbdd22eb0
4
- data.tar.gz: 804617b3ac10f87acf93cdac411649597b47a73b
2
+ SHA256:
3
+ metadata.gz: dcbfefc54bfeba608910841a5d1d384c2461661fb5367acb913106f9b7e7e67c
4
+ data.tar.gz: 16d29e72f5917915ab345a189c88361ae7d1bef1144a0bfe6f97c25b7ac7a05e
5
5
  SHA512:
6
- metadata.gz: d3fa84726fef925ea2055b5c76fd16d750af9c2e1bead065d87a28c0487f708344f6f4310115cef7f3bca36df209122cc4cf951a1a6b7c49f58bbfc26b3eec83
7
- data.tar.gz: d9af6177de99140be81e56c50578718574f14f87da15f6fc50d77ffeda2d790c829d0f3727e5a881b55d2fb1da3b8888754ecac46d5ef30bed6690d3b884ce50
6
+ metadata.gz: 58da6b32064b0b64c3baf81b3fcda3fea2a5423f87bce44233ec235b7bd24e7e008a0d4f270da3369289ecc39432f482eb56363be7a1ff476ce7a3d7d7defff3
7
+ data.tar.gz: 1281ac9daa1277b23f097521e3a08a4ea7a0f5c31e8159e48ba61b7e0f44f402370b916c2f10da6df549556b915c03b58dd30dd7c8a321e64ef918987a51d2a9
@@ -11,7 +11,7 @@ auth_key = (sso_key && user_id && user_email) ? OpenSSL::HMAC.hexdigest('sha256'
11
11
  function async_load() {
12
12
  var s = document.createElement('script');
13
13
  s.type = 'text/javascript'; s.async = true;
14
- s.src = 'https://cdn.reamaze.com/assets/reamaze.js';
14
+ s.src = 'https://cdn.reamaze.com/assets/reamaze-loader.js';
15
15
  var x = document.getElementsByTagName('script')[0];
16
16
  x.parentNode.insertBefore(s, x);
17
17
  }
@@ -1,3 +1,3 @@
1
1
  module Reamaze
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reamaze
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reamaze
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-04 00:00:00.000000000 Z
11
+ date: 2020-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -99,45 +99,44 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  - !ruby/object:Gem::Version
100
100
  version: '0'
101
101
  requirements: []
102
- rubyforge_project:
103
- rubygems_version: 2.5.2
102
+ rubygems_version: 3.0.3
104
103
  signing_key:
105
104
  specification_version: 4
106
105
  summary: Helpdesk for apps and sites, simplified.
107
106
  test_files:
107
+ - test/dummy/app/controllers/application_controller.rb
108
+ - test/dummy/app/views/layouts/application.html.erb
108
109
  - test/dummy/app/assets/javascripts/application.js
109
110
  - test/dummy/app/assets/stylesheets/application.css
110
- - test/dummy/app/controllers/application_controller.rb
111
111
  - test/dummy/app/helpers/application_helper.rb
112
- - test/dummy/app/views/layouts/application.html.erb
112
+ - test/dummy/bin/rake
113
113
  - test/dummy/bin/bundle
114
114
  - test/dummy/bin/rails
115
- - test/dummy/bin/rake
116
- - test/dummy/config/application.rb
117
- - test/dummy/config/boot.rb
118
- - test/dummy/config/database.yml
119
- - test/dummy/config/environment.rb
120
- - test/dummy/config/environments/development.rb
115
+ - test/dummy/config/secrets.yml
116
+ - test/dummy/config/routes.rb
117
+ - test/dummy/config/locales/en.yml
121
118
  - test/dummy/config/environments/production.rb
119
+ - test/dummy/config/environments/development.rb
122
120
  - test/dummy/config/environments/test.rb
123
- - test/dummy/config/initializers/assets.rb
121
+ - test/dummy/config/environment.rb
122
+ - test/dummy/config/application.rb
123
+ - test/dummy/config/database.yml
124
+ - test/dummy/config/boot.rb
124
125
  - test/dummy/config/initializers/backtrace_silencers.rb
125
- - test/dummy/config/initializers/cookies_serializer.rb
126
- - test/dummy/config/initializers/filter_parameter_logging.rb
127
- - test/dummy/config/initializers/inflections.rb
128
126
  - test/dummy/config/initializers/mime_types.rb
127
+ - test/dummy/config/initializers/filter_parameter_logging.rb
129
128
  - test/dummy/config/initializers/session_store.rb
130
129
  - test/dummy/config/initializers/wrap_parameters.rb
131
- - test/dummy/config/locales/en.yml
132
- - test/dummy/config/routes.rb
133
- - test/dummy/config/secrets.yml
130
+ - test/dummy/config/initializers/assets.rb
131
+ - test/dummy/config/initializers/cookies_serializer.rb
132
+ - test/dummy/config/initializers/inflections.rb
134
133
  - test/dummy/config.ru
135
- - test/dummy/public/404.html
134
+ - test/dummy/Rakefile
135
+ - test/dummy/public/favicon.ico
136
136
  - test/dummy/public/422.html
137
137
  - test/dummy/public/500.html
138
- - test/dummy/public/favicon.ico
139
- - test/dummy/Rakefile
138
+ - test/dummy/public/404.html
140
139
  - test/dummy/README.rdoc
141
140
  - test/integration/navigation_test.rb
142
- - test/reamaze_test.rb
143
141
  - test/test_helper.rb
142
+ - test/reamaze_test.rb