bootstrapped-rails 2.0.1.rc7 → 2.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.
@@ -1,5 +1,5 @@
1
1
  module Bootstrapped
2
2
  module Rails
3
- VERSION = "2.0.1.rc7"
3
+ VERSION = "2.0.1"
4
4
  end
5
5
  end
@@ -1,2 +1,14 @@
1
- //= require_self
2
- //= require_directory ./bootstrapped
1
+ //= require bootstrapped/bootstrap-transition
2
+ //= require bootstrapped/bootstrap-button
3
+ //= require bootstrapped/bootstrap-modal
4
+ //= require bootstrapped/bootstrap-scrollspy
5
+ //= require bootstrapped/bootstrap-dropdown
6
+ //= require bootstrapped/bootstrap-alert
7
+ //= require bootstrapped/bootstrap-collapse
8
+ //= require bootstrapped/bootstrap-tab
9
+ //= require bootstrapped/bootstrap-tooltip
10
+ //= require bootstrapped/bootstrap-popover
11
+ //= require bootstrapped/bootstrap-typeahead
12
+
13
+
14
+
@@ -5,9 +5,8 @@
5
5
  // ICON FONTS
6
6
  // ---------
7
7
  @font-face {
8
- font-family: "IconicStrokeRegular"
9
- src: url("/assets/fonts/iconic_stroke.woff") format("woff");
10
-
8
+ font-family: "IconicStrokeRegular";
9
+ src: url("/assets/fonts/iconic_stroke.woff") format("woff");
11
10
  src: url("/assets/fonts/iconic_stroke.svg#iconic_stroke") format('svg');
12
11
  src: url("/assets/fonts/iconic_stroke.ttf") format('ttf');
13
12
  }
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrapped-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1.rc7
5
- prerelease: 6
4
+ version: 2.0.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Han
@@ -13,7 +13,7 @@ date: 2012-02-29 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
16
- requirement: &70158376227620 !ruby/object:Gem::Requirement
16
+ requirement: &70221206494000 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70158376227620
24
+ version_requirements: *70221206494000
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: bundler
27
- requirement: &70158376227000 !ruby/object:Gem::Requirement
27
+ requirement: &70221206493460 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 1.0.0
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70158376227000
35
+ version_requirements: *70221206493460
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rails
38
- requirement: &70158376226420 !ruby/object:Gem::Requirement
38
+ requirement: &70221206492960 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '3.1'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70158376226420
46
+ version_requirements: *70221206492960
47
47
  description: ! ' please see summary '
48
48
  email:
49
49
  - han@logicalprep.com
@@ -380,9 +380,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
380
380
  required_rubygems_version: !ruby/object:Gem::Requirement
381
381
  none: false
382
382
  requirements:
383
- - - ! '>'
383
+ - - ! '>='
384
384
  - !ruby/object:Gem::Version
385
- version: 1.3.1
385
+ version: '0'
386
386
  requirements: []
387
387
  rubyforge_project: bootstrapped-rails
388
388
  rubygems_version: 1.8.6