bootstrap_glyphicons-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matthew Byrne
@@ -40,9 +40,6 @@ extensions: []
40
40
  extra_rdoc_files: []
41
41
 
42
42
  files:
43
- - lib/bootstrap_glyphicons-rails/version.rb
44
- - lib/bootstrap_glyphicons-rails.rb
45
- - lib/tasks/bootstrap_glyphicons-rails_tasks.rake
46
43
  - Rakefile
47
44
  - README.md
48
45
  has_rdoc: true
@@ -1,8 +0,0 @@
1
- require "bootstrap_glyphicons-rails/version"
2
-
3
- module BootstrapGlyphiconsRails
4
- module Rails
5
- class Engine < ::Rails::Engine
6
- end
7
- end
8
- end
@@ -1,3 +0,0 @@
1
- module BootstrapGlyphiconsRails
2
- VERSION = "0.0.1"
3
- end
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :bootstrap_glyphicons-rails do
3
- # # Task goes here
4
- # end