makandra-navy 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  When /^I open the "([^"]*)" (?:section|tab)$/ do |all_labels|
2
4
  labels = all_labels.split('>').collect(&:squish)
3
5
  if Capybara.current_session.driver.is_a? Capybara::Driver::Selenium
data/lib/navy.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'navy/section_container'
2
4
  require 'navy/description'
3
5
  require 'navy/navigation'
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Navy
2
4
  module Description
3
5
 
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Navy
2
4
  class Navigation
3
5
  include SectionContainer
data/lib/navy/renderer.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Navy
2
4
  class Renderer
3
5
 
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Navy
2
4
  module RendererHelper
3
5
 
data/lib/navy/section.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Navy
2
4
  class Section
3
5
  include SectionContainer
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Navy
2
4
  module SectionActivator
3
5
 
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Navy
2
4
  module SectionContainer
3
5
 
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Navy
2
4
  class SectionParser
3
5
 
data/lib/navy/version.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Navy
2
- VERSION = "0.4.3"
4
+ VERSION = "0.4.4"
3
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: makandra-navy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 3
10
- version: 0.4.3
9
+ - 4
10
+ version: 0.4.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tobias Kraze
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-10-23 00:00:00 +02:00
19
+ date: 2012-11-23 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency