onload 1.0.4 → 1.0.5

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.
@@ -0,0 +1 @@
1
+ 845b2bf708e38dbd5e76ad0e14c5d811cce17629c6fb0906f34608435e939aabb2db6cbc95dc597d7bd4c46d0ba130d4d01e82a68fcb004c5be672221c0cd636
data/spec/spec_setup.rb CHANGED
@@ -4,7 +4,7 @@ require "onload"
4
4
 
5
5
  class UpcasePreprocessor
6
6
  def self.call(source)
7
- source.gsub(/(\"\w+\")/, '\1.upcase')
7
+ source.gsub(/(\"[\w ]+\")/, '\1.upcase')
8
8
  end
9
9
  end
10
10
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onload
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Dutro
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-07-21 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: A preprocessor system for Ruby.
14
13
  email:
@@ -38,12 +37,18 @@ files:
38
37
  - spec/rails/controllers/home_controller_spec.rb
39
38
  - spec/rails/dummy/app/controllers/application_controller.rb
40
39
  - spec/rails/dummy/app/controllers/home_controller.rb
40
+ - spec/rails/dummy/app/views/home/action_list.html.erb
41
41
  - spec/rails/dummy/app/views/home/index.html.erb
42
42
  - spec/rails/dummy/app/views/layouts/application.html.erb
43
43
  - spec/rails/dummy/config/application.rb
44
44
  - spec/rails/dummy/config/routes.rb
45
45
  - spec/rails/dummy/config/secrets.yml
46
+ - spec/rails/dummy/lib/primer/alpha/action_list.rb
47
+ - spec/rails/dummy/lib/primer/alpha/action_list.up
48
+ - spec/rails/dummy/lib/primer/alpha/action_list/item.rb
49
+ - spec/rails/dummy/lib/primer/alpha/action_list/item.up
46
50
  - spec/rails/dummy/log/test.log
51
+ - spec/rails/dummy/tmp/local_secret.txt
47
52
  - spec/rails/spec_helper.rb
48
53
  - spec/ruby/onload_spec.rb
49
54
  - spec/ruby/spec_helper.rb
@@ -51,7 +56,6 @@ files:
51
56
  homepage: http://github.com/camertron/onload
52
57
  licenses: []
53
58
  metadata: {}
54
- post_install_message:
55
59
  rdoc_options: []
56
60
  require_paths:
57
61
  - lib
@@ -66,8 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
70
  - !ruby/object:Gem::Version
67
71
  version: '0'
68
72
  requirements: []
69
- rubygems_version: 3.4.19
70
- signing_key:
73
+ rubygems_version: 3.6.7
71
74
  specification_version: 4
72
75
  summary: A preprocessor system for Ruby.
73
76
  test_files: []