semantic_ui_rails 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2aab074a36d6c1c12fdff99ad7862ae4de87e27a
4
- data.tar.gz: 3ffd76a85214088b356009c3e97cd504a47a4a51
3
+ metadata.gz: 59569004c78b47f6efe410c35db0ed2dc453b7a9
4
+ data.tar.gz: 3e7c361091ef8cbfe8b6a7711f0bb1debbd2b67a
5
5
  SHA512:
6
- metadata.gz: c15d5ce8f57bc7263421bc65382abf16d12398bfd0db9e5f807ee44b7c4b2abe2b70c1a93dcd2aa71be887945d114f77f137954667a21ef1c995a0db4c7be9bb
7
- data.tar.gz: 6be972967a98893db5b138a54a5b5b12ffe10627c39c62685a8f1437808cc23e2269df159e2942cc67813753754636193e8dac3b661e109a599eaa89dfa7550c
6
+ metadata.gz: ac8d4b4ce7b41fc9475cada764806132171f48a44a5f90f23c0c14cc2d36fea47ebbbe7f59e3dfe198d6dd8de1fc5796b73ba52847a4a6e3bb7338acafcc92da
7
+ data.tar.gz: 50e6d0314bc0815c73560ca67d0043a7a59d6fd914cd63ebdb12f9785e80575040264fb884b473c54a762549909e70ecf7453c33deae28a00899bba0f81ef862
@@ -1,7 +1,6 @@
1
- require 'semantic_ui_rails/version'
2
- require 'rails'
1
+ require "semantic_ui_rails/version"
2
+ require "semantic_ui_rails/engine"
3
3
 
4
- module Semantic
5
- class Engine < ::Rails::Engine
6
- end
4
+ module SemanticRails
5
+ # Your code goes here...
7
6
  end
@@ -0,0 +1,4 @@
1
+ module SemanticRails
2
+ class Engine < ::Rails::Engine
3
+ end
4
+ end
@@ -1,3 +1,3 @@
1
1
  module SemanticRails
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = SemanticRails::VERSION
9
9
  spec.authors = ["amirolahmad"]
10
10
  spec.email = ["9w2pdf@gmail.com"]
11
- spec.description = %q{This is a gem for Semantic UI based on version 0.0.2.}
11
+ spec.description = %q{This is a gem for Semantic UI based on version 0.0.3.}
12
12
  spec.summary = %q{Semantic empowers designers and developers by creating a language for sharing UI.}
13
13
  spec.homepage = "https://github.com/amirolahmad/semantic-ui-rails"
14
14
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic_ui_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - amirolahmad
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: This is a gem for Semantic UI based on version 0.0.2.
41
+ description: This is a gem for Semantic UI based on version 0.0.3.
42
42
  email:
43
43
  - 9w2pdf@gmail.com
44
44
  executables: []
@@ -119,6 +119,7 @@ files:
119
119
  - app/assets/stylesheets/semantic/transition.css
120
120
  - app/assets/stylesheets/semantic/video.css
121
121
  - lib/semantic_ui_rails.rb
122
+ - lib/semantic_ui_rails/engine.rb
122
123
  - lib/semantic_ui_rails/version.rb
123
124
  - semantic_ui_rails.gemspec
124
125
  homepage: https://github.com/amirolahmad/semantic-ui-rails