Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit ab566d5

Browse files
committed
Rename to hyper-react (1/N)
* gemspace renamed * top level file renamed
1 parent 2542feb commit ab566d5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

reactrb.gemspec hyper-react.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ $:.push File.expand_path('../lib/', __FILE__)
44
require 'reactive-ruby/version'
55

66
Gem::Specification.new do |s|
7-
s.name = 'reactrb'
7+
s.name = 'hyper-react'
88
s.version = React::VERSION
99

1010
s.authors = ['David Chang', 'Adam Jahn', 'Mitch VanDuyn']
1111
s.email = '[email protected]'
12-
s.homepage = 'http://reactrb.org'
12+
s.homepage = 'http://ruby-hyperloop.io/gems/reactrb/'
1313
s.summary = 'Opal Ruby wrapper of React.js library.'
1414
s.license = 'MIT'
1515
s.description = "Write React UI components in pure Ruby."
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
require 'opal'
22
require 'react/react-source'
3-
require 'reactrb'
3+
require 'hyper-react'
44
require_tree './components'

lib/generators/reactive_ruby/test_app/templates/test_application.rb.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require File.expand_path('../boot', __FILE__)
77
Bundler.require(*Rails.groups(assets: %w(development test)))
88

99
require 'opal-rails'
10-
require 'reactrb'
10+
require 'hyper-react'
1111

1212
<%= application_definition %>
1313
<% end %>

lib/reactrb.rb lib/hyper-react.rb

File renamed without changes.

spec/spec_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def ruby?
1616
if RUBY_ENGINE == 'opal'
1717
require File.expand_path('../vendor/jquery-2.2.4.min', __FILE__)
1818
require 'react/react-source'
19-
require 'reactrb'
19+
require 'hyper-react'
2020
require 'react/test/rspec'
2121

2222
require File.expand_path('../support/react/spec_helpers', __FILE__)

0 commit comments

Comments
 (0)