Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
Move everything under Opal namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 7, 2014
1 parent 2ae5ccc commit 94351dc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions lib/opal-vienna.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'opal/vienna'
4 changes: 2 additions & 2 deletions lib/vienna.rb → lib/opal/vienna.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'opal'
require 'opal-jquery'
require 'opal-activesupport'
require 'vienna/version'
require 'opal/vienna/version'

# Just register our opal code path with opal build tools
Opal.append_path File.expand_path('../../opal', __FILE__)
Opal.append_path File.expand_path('../../../opal', __FILE__)
5 changes: 5 additions & 0 deletions lib/opal/vienna/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module Opal
module Vienna
VERSION = '0.7.0'
end
end
3 changes: 0 additions & 3 deletions lib/vienna/version.rb

This file was deleted.

4 changes: 2 additions & 2 deletions opal-vienna.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*-
$LOAD_PATH << File.expand_path('../lib', __FILE__)
require 'vienna/version'
require 'opal/vienna/version'

Gem::Specification.new do |s|
s.name = 'opal-vienna'
s.version = Vienna::VERSION
s.version = Opal::Vienna::VERSION
s.author = 'Adam Beynon'
s.email = 'adam@adambeynon.com'
s.homepage = 'http://opalrb.org'
Expand Down

0 comments on commit 94351dc

Please sign in to comment.