mix-rails-wireframe 0.16.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,3 @@
1
1
  %section
2
- %h1 Home
2
+ %h1 Home
3
+ = link_to 'texto', home_path
@@ -1,7 +1,7 @@
1
1
  module MixRailsWireframe
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
- MINOR = 16
4
+ MINOR = 22
5
5
  TINY = 0
6
6
  PRE = nil
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mix-rails-wireframe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.22.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-27 00:00:00.000000000 Z
12
+ date: 2013-02-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -34,17 +34,17 @@ executables: []
34
34
  extensions: []
35
35
  extra_rdoc_files: []
36
36
  files:
37
+ - app/controllers/wireframe_controller.rb
37
38
  - app/assets/stylesheets/mix-rails-wireframe.sass
38
39
  - app/assets/javascripts/mix-rails-wireframe.js.coffee
40
+ - app/helpers/wireframe_helper.rb
39
41
  - app/views/layouts/wireframe.haml
40
42
  - app/views/wireframe/home.haml
41
- - app/controllers/wireframe_controller.rb
42
- - app/helpers/wireframe_helper.rb
43
43
  - config/routes.rb
44
44
  - lib/tasks/mix-rails-wireframe_tasks.rake
45
- - lib/mix-rails-wireframe.rb
46
45
  - lib/mix-rails-wireframe/version.rb
47
46
  - lib/mix-rails-wireframe/engine.rb
47
+ - lib/mix-rails-wireframe.rb
48
48
  - MIT-LICENSE
49
49
  - Rakefile
50
50
  - README.rdoc
@@ -62,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  version: '0'
63
63
  segments:
64
64
  - 0
65
- hash: 1912954559275054656
65
+ hash: -2048265856914323301
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  none: false
68
68
  requirements:
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  version: '0'
72
72
  segments:
73
73
  - 0
74
- hash: 1912954559275054656
74
+ hash: -2048265856914323301
75
75
  requirements: []
76
76
  rubyforge_project:
77
77
  rubygems_version: 1.8.24