style-guide 0.2.0 → 0.2.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,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- style-guide (0.1.0)
4
+ style-guide (0.2.0)
5
5
  jquery-rails
6
6
  rails
7
7
 
@@ -78,7 +78,7 @@ GEM
78
78
  treetop (~> 1.4.8)
79
79
  method_source (0.8.1)
80
80
  mime-types (1.19)
81
- multi_json (1.4.0)
81
+ multi_json (1.5.0)
82
82
  polyglot (0.3.3)
83
83
  pry (0.9.10)
84
84
  coderay (~> 1.0.5)
@@ -3,7 +3,6 @@
3
3
  $(".style-guide-example [href^=#]").click(function(e) {
4
4
  e.preventDefault();
5
5
  });
6
-
7
6
  window.prettyPrint && prettyPrint();
8
7
  });
9
8
  })(window.jQuery);
@@ -8,10 +8,7 @@ module StyleGuide
8
8
  end
9
9
 
10
10
  def show
11
- p params[:id]
12
- p @sections.map(&:id)
13
11
  @active = @sections.detect { |section| section.id == params[:id] }
14
- p @active
15
12
  end
16
13
  end
17
14
  end
@@ -1,3 +1,3 @@
1
1
  module StyleGuide
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: style-guide
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: