bootflat-rails 0.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/bootflat-rails.rb +5 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 792a80e363313e46987af64321e6f7d175408565
4
+ data.tar.gz: aa5a174a2e3dc86aafcc68641a111023c7b98781
5
+ SHA512:
6
+ metadata.gz: 9c0eb980bab5488d3f0f18c23cf9067038f9077184d8cc33c4011c393ed88bc7f2ef88cde8f6d0e12f94c63c77197474b35168a5e9f9d3136ef2463aed1a11a1
7
+ data.tar.gz: 89c26f112dbec4b1bf2ae9a5709d5d9468dd3a04d9af36d14e1ca5e27e94cb63bd8dd5e7497c0756b5172a8e229a4d3dc3e5052f8246ad64548dd7c5b685f447
@@ -0,0 +1,5 @@
1
+ class BootflatRails
2
+ def self.hi
3
+ puts "hello"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bootflat-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Zak El Fassi
8
+ - Youness Adonis
9
+ - Mohammed Aboullaite
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2014-03-22 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: Use Bootflat (a flat adaptation of Bootstrap on Rails)
16
+ email: z@kelfassi.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/bootflat-rails.rb
22
+ homepage: http://rubygems.org/gems/hola
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.1.11
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Bootflat on Rails
46
+ test_files: []