green_monkey 0.2.2 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71723243b4198578e8829ba40311d49e664eacb9
4
- data.tar.gz: 864478d04cfb3d38db351637a6b96ab387243296
3
+ metadata.gz: '0686362a0baec8b14b634d22298877bbb8b63666'
4
+ data.tar.gz: 383b6a17e8472a5b35322abb8033dbcd67d5638d
5
5
  SHA512:
6
- metadata.gz: dff149c920359926f50be0fc9cca4dd1edc7ed91e3c30d0ef274ae66773788bb43eaa8fb426400b0dab066ef06f5bcc2cb1fbcdb5a58119df4c604ea3f201a47
7
- data.tar.gz: 273e90777f8909d268f511d58c1c8c19aeda0e16b55f0deee778347faca7377042585c13a350fbbb1a25290fbe616afdf1aa2b3292ae6645996693c54d4900f3
6
+ metadata.gz: 50e16fb4529936568fba250d98f5586c4aa7084dd0ad314a4dbbff85a145991894b2557c35695c00bc1a9937059339c95d02632b7c930883f5a8e63d45ce4a5e
7
+ data.tar.gz: 7c8add2f508a3307f36ce4451b1539b7b29da6d1345720fa5708e16614b5e53c9c8c4ff43adda7b5942be9674c9d380dba5fe8bd371246f8e803563e4ba562ef
data/.gitignore CHANGED
@@ -2,4 +2,5 @@
2
2
  tmp/*.haml
3
3
  tmp/rails/log
4
4
 
5
- Gemfile.*.lock
5
+ Gemfile.*.lock
6
+ .ruby-version
@@ -1,11 +1,15 @@
1
- script: "bundle exec rake"
1
+ language: ruby
2
+
3
+ script: rake
4
+
5
+ install: bundle install --jobs=3 --retry=5
6
+
2
7
  rvm:
3
- - 1.9.3
4
- - 2.0.0
5
- - 2.1.2
8
+ - 2.2.7
9
+ - 2.3.4
10
+ - 2.4.1
11
+
6
12
  gemfile:
7
- - Gemfile.rails-3.0
8
- - Gemfile.rails-3.1
9
- - Gemfile.rails-3.2
10
- - Gemfile.rails-4.1
11
- - Gemfile.haml-edge
13
+ - Gemfile.rails-4.2
14
+ - Gemfile.rails-5.0
15
+ - Gemfile.rails-5.1
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
  gemspec
3
3
 
4
- gem "rails", "4.2.0.beta1"
4
+ gem "rails", "5.1.0"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- green_monkey (0.2.2)
4
+ green_monkey (0.3.0)
5
5
  chronic_duration
6
6
  haml (>= 3.1.0)
7
7
  mida_vocabulary (>= 0.2.2)
@@ -9,125 +9,138 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (4.2.0.beta1)
13
- actionpack (= 4.2.0.beta1)
14
- actionview (= 4.2.0.beta1)
12
+ actioncable (5.1.0)
13
+ actionpack (= 5.1.0)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (~> 0.6.1)
16
+ actionmailer (5.1.0)
17
+ actionpack (= 5.1.0)
18
+ actionview (= 5.1.0)
19
+ activejob (= 5.1.0)
15
20
  mail (~> 2.5, >= 2.5.4)
16
- rails-dom-testing (~> 1.0, >= 1.0.2)
17
- actionpack (4.2.0.beta1)
18
- actionview (= 4.2.0.beta1)
19
- activesupport (= 4.2.0.beta1)
20
- rack (~> 1.6.0.beta)
21
- rack-test (~> 0.6.2)
22
- rails-deprecated_sanitizer (~> 1.0, >= 1.0.2)
23
- rails-dom-testing (~> 1.0, >= 1.0.2)
24
- actionview (4.2.0.beta1)
25
- activesupport (= 4.2.0.beta1)
21
+ rails-dom-testing (~> 2.0)
22
+ actionpack (5.1.0)
23
+ actionview (= 5.1.0)
24
+ activesupport (= 5.1.0)
25
+ rack (~> 2.0)
26
+ rack-test (~> 0.6.3)
27
+ rails-dom-testing (~> 2.0)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ actionview (5.1.0)
30
+ activesupport (= 5.1.0)
26
31
  builder (~> 3.1)
27
- erubis (~> 2.7.0)
28
- rails-deprecated_sanitizer (~> 1.0, >= 1.0.2)
29
- rails-dom-testing (~> 1.0, >= 1.0.2)
30
- activejob (4.2.0.beta1)
31
- globalid (>= 0.2.3)
32
- activemodel (4.2.0.beta1)
33
- activesupport (= 4.2.0.beta1)
34
- builder (~> 3.1)
35
- activerecord (4.2.0.beta1)
36
- activemodel (= 4.2.0.beta1)
37
- activesupport (= 4.2.0.beta1)
38
- arel (>= 6.0.0.beta1, < 6.1)
39
- activesupport (4.2.0.beta1)
40
- i18n (>= 0.7.0.beta1, < 0.8)
41
- json (~> 1.7, >= 1.7.7)
32
+ erubi (~> 1.4)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
+ activejob (5.1.0)
36
+ activesupport (= 5.1.0)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.1.0)
39
+ activesupport (= 5.1.0)
40
+ activerecord (5.1.0)
41
+ activemodel (= 5.1.0)
42
+ activesupport (= 5.1.0)
43
+ arel (~> 8.0)
44
+ activesupport (5.1.0)
45
+ concurrent-ruby (~> 1.0, >= 1.0.2)
46
+ i18n (~> 0.7)
42
47
  minitest (~> 5.1)
43
- thread_safe (~> 0.1)
44
48
  tzinfo (~> 1.1)
45
- arel (6.0.0.beta1)
49
+ arel (8.0.0)
46
50
  blankslate (3.1.3)
47
- builder (3.2.2)
51
+ builder (3.2.3)
48
52
  chronic_duration (0.10.6)
49
53
  numerizer (~> 0.1.1)
50
- diff-lcs (1.2.5)
51
- erubis (2.7.0)
52
- globalid (0.2.3)
53
- activesupport (>= 4.1.0)
54
- haml (4.0.5)
54
+ concurrent-ruby (1.0.5)
55
+ diff-lcs (1.3)
56
+ erubi (1.6.0)
57
+ globalid (0.4.0)
58
+ activesupport (>= 4.2.0)
59
+ haml (5.0.1)
60
+ temple (>= 0.8.0)
55
61
  tilt
56
- hike (1.2.3)
57
- i18n (0.7.0.beta1)
58
- json (1.8.1)
59
- mail (2.6.1)
60
- mime-types (>= 1.16, < 3)
62
+ i18n (0.8.1)
63
+ loofah (2.0.3)
64
+ nokogiri (>= 1.5.9)
65
+ mail (2.6.5)
66
+ mime-types (>= 1.16, < 4)
67
+ method_source (0.8.2)
61
68
  mida_vocabulary (0.2.2)
62
69
  blankslate (~> 3.1)
63
- mime-types (2.3)
64
- mini_portile (0.6.0)
65
- minitest (5.4.1)
66
- multi_json (1.10.1)
67
- nokogiri (1.6.3.1)
68
- mini_portile (= 0.6.0)
70
+ mime-types (3.1)
71
+ mime-types-data (~> 3.2015)
72
+ mime-types-data (3.2016.0521)
73
+ mini_portile2 (2.1.0)
74
+ minitest (5.10.1)
75
+ nio4r (2.0.0)
76
+ nokogiri (1.7.1)
77
+ mini_portile2 (~> 2.1.0)
69
78
  numerizer (0.1.1)
70
- rack (1.6.0.beta)
71
- rack-test (0.6.2)
79
+ rack (2.0.1)
80
+ rack-test (0.6.3)
72
81
  rack (>= 1.0)
73
- rails (4.2.0.beta1)
74
- actionmailer (= 4.2.0.beta1)
75
- actionpack (= 4.2.0.beta1)
76
- actionview (= 4.2.0.beta1)
77
- activejob (= 4.2.0.beta1)
78
- activemodel (= 4.2.0.beta1)
79
- activerecord (= 4.2.0.beta1)
80
- activesupport (= 4.2.0.beta1)
82
+ rails (5.1.0)
83
+ actioncable (= 5.1.0)
84
+ actionmailer (= 5.1.0)
85
+ actionpack (= 5.1.0)
86
+ actionview (= 5.1.0)
87
+ activejob (= 5.1.0)
88
+ activemodel (= 5.1.0)
89
+ activerecord (= 5.1.0)
90
+ activesupport (= 5.1.0)
81
91
  bundler (>= 1.3.0, < 2.0)
82
- railties (= 4.2.0.beta1)
83
- sprockets-rails (~> 3.0.0.beta1)
84
- rails-deprecated_sanitizer (1.0.2)
85
- activesupport (>= 4.2.0.alpha)
86
- rails-dom-testing (1.0.2)
87
- activesupport
88
- nokogiri (~> 1.6.0)
89
- rails-deprecated_sanitizer (>= 1.0.1)
90
- railties (4.2.0.beta1)
91
- actionpack (= 4.2.0.beta1)
92
- activesupport (= 4.2.0.beta1)
92
+ railties (= 5.1.0)
93
+ sprockets-rails (>= 2.0.0)
94
+ rails-dom-testing (2.0.2)
95
+ activesupport (>= 4.2.0, < 6.0)
96
+ nokogiri (~> 1.6)
97
+ rails-html-sanitizer (1.0.3)
98
+ loofah (~> 2.0)
99
+ railties (5.1.0)
100
+ actionpack (= 5.1.0)
101
+ activesupport (= 5.1.0)
102
+ method_source
93
103
  rake (>= 0.8.7)
94
104
  thor (>= 0.18.1, < 2.0)
95
- rake (10.3.2)
96
- rspec (3.1.0)
97
- rspec-core (~> 3.1.0)
98
- rspec-expectations (~> 3.1.0)
99
- rspec-mocks (~> 3.1.0)
100
- rspec-core (3.1.2)
101
- rspec-support (~> 3.1.0)
102
- rspec-expectations (3.1.0)
105
+ rake (12.0.0)
106
+ rspec (3.5.0)
107
+ rspec-core (~> 3.5.0)
108
+ rspec-expectations (~> 3.5.0)
109
+ rspec-mocks (~> 3.5.0)
110
+ rspec-core (3.5.4)
111
+ rspec-support (~> 3.5.0)
112
+ rspec-expectations (3.5.0)
103
113
  diff-lcs (>= 1.2.0, < 2.0)
104
- rspec-support (~> 3.1.0)
105
- rspec-mocks (3.1.0)
106
- rspec-support (~> 3.1.0)
107
- rspec-rails (3.1.0)
114
+ rspec-support (~> 3.5.0)
115
+ rspec-mocks (3.5.0)
116
+ diff-lcs (>= 1.2.0, < 2.0)
117
+ rspec-support (~> 3.5.0)
118
+ rspec-rails (3.5.2)
108
119
  actionpack (>= 3.0)
109
120
  activesupport (>= 3.0)
110
121
  railties (>= 3.0)
111
- rspec-core (~> 3.1.0)
112
- rspec-expectations (~> 3.1.0)
113
- rspec-mocks (~> 3.1.0)
114
- rspec-support (~> 3.1.0)
115
- rspec-support (3.1.0)
116
- sprockets (2.12.2)
117
- hike (~> 1.2)
118
- multi_json (~> 1.0)
119
- rack (~> 1.0)
120
- tilt (~> 1.1, != 1.3.0)
121
- sprockets-rails (3.0.0.beta1)
122
+ rspec-core (~> 3.5.0)
123
+ rspec-expectations (~> 3.5.0)
124
+ rspec-mocks (~> 3.5.0)
125
+ rspec-support (~> 3.5.0)
126
+ rspec-support (3.5.0)
127
+ sprockets (3.7.1)
128
+ concurrent-ruby (~> 1.0)
129
+ rack (> 1, < 3)
130
+ sprockets-rails (3.2.0)
122
131
  actionpack (>= 4.0)
123
132
  activesupport (>= 4.0)
124
- sprockets (~> 2.8)
125
- sqlite3 (1.3.9)
126
- thor (0.19.1)
127
- thread_safe (0.3.4)
128
- tilt (1.4.1)
129
- tzinfo (1.2.2)
133
+ sprockets (>= 3.0.0)
134
+ sqlite3 (1.3.13)
135
+ temple (0.8.0)
136
+ thor (0.19.4)
137
+ thread_safe (0.3.6)
138
+ tilt (2.0.7)
139
+ tzinfo (1.2.3)
130
140
  thread_safe (~> 0.1)
141
+ websocket-driver (0.6.5)
142
+ websocket-extensions (>= 0.1.0)
143
+ websocket-extensions (0.1.2)
131
144
 
132
145
  PLATFORMS
133
146
  ruby
@@ -136,7 +149,10 @@ DEPENDENCIES
136
149
  bundler (>= 1.0.0)
137
150
  green_monkey!
138
151
  nokogiri
139
- rails (= 4.2.0.beta1)
152
+ rails (= 5.1.0)
140
153
  rspec (>= 2.9.0)
141
154
  rspec-rails
142
155
  sqlite3
156
+
157
+ BUNDLED WITH
158
+ 1.14.6
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
  gemspec
3
3
 
4
- gem "rails", "4.1.5"
4
+ gem "rails", "4.2.8"
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
  gemspec
3
3
 
4
- gem "rails", "3.2.19"
4
+ gem "rails", "5.0.2"
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
  gemspec
3
3
 
4
- gem "rails", "3.0.20"
4
+ gem "rails", "5.1.0"
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## About
4
4
 
5
- This Gem allows you to make html-layout with microdata properties easier. It works with ruby 1.9+, rails 4, rails 3, haml 3.
5
+ This Gem allows you to make html-layout with microdata properties easier. It works with ruby 2.2+, rails 4, rails 5, haml 5+.
6
6
 
7
7
  ![Green Monkey](http://upload.wikimedia.org/wikipedia/commons/thumb/b/b1/Bijilo-Portrait-of-a-Callithrix-Monkey.jpg/320px-Bijilo-Portrait-of-a-Callithrix-Monkey.jpg)
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "green_monkey"
5
- s.version = '0.2.2'
5
+ s.version = '0.3.0'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Pavel Evstigneev"]
8
8
  s.email = ["pavel.evst@gmail.com"]
@@ -1,24 +1,50 @@
1
1
  # Add support for "itemscope" html attributes
2
2
 
3
+ #module GreenMonkeyActionViewExt
4
+ #end
5
+
6
+ # For rails < 5
3
7
  module ActionView::Helpers::TagHelper
4
8
  # Rails by default does not behave with itemscope as boolean attribute
5
9
  # and renders it as itemscope="true"
6
10
 
7
11
  # this changes make it render as itemscope="itemscope"
8
- BOOLEAN_ATTRIBUTES.merge(['itemscope', :itemscope])
12
+ unless BOOLEAN_ATTRIBUTES.include?("itemscope")
13
+ BOOLEAN_ATTRIBUTES.merge(['itemscope', :itemscope])
14
+ end
9
15
 
10
- private
16
+ if private_instance_methods.include?(:tag_options)
17
+ private
11
18
 
12
- # this hack replaces itemscope="itemscope" => itemscope
13
- # to make it follow standarts (http://www.w3.org/TR/microdata/#typed-items)
14
- alias_method :tag_options_before_green_monkey, :tag_options
15
- def tag_options(options, escape = true)
16
- str = tag_options_before_green_monkey(options, escape)
19
+ # this hack replaces itemscope="itemscope" => itemscope
20
+ # to make it follow standarts (http://www.w3.org/TR/microdata/#typed-items)
21
+ alias_method :tag_options_before_green_monkey, :tag_options
22
+ def tag_options(options, escape = true)
23
+ str = tag_options_before_green_monkey(options, escape)
17
24
 
18
- if options['itemscope'] || options[:itemscope]
19
- str = (str + '').sub(/itemscope=('|")itemscope('|")/, 'itemscope').html_safe
25
+ if options['itemscope'] || options[:itemscope]
26
+ str = (str + '').sub(/itemscope=('|")itemscope('|")/, 'itemscope').html_safe
27
+ end
28
+
29
+ str
20
30
  end
31
+ end
32
+ end
21
33
 
22
- str
34
+ # For rails 5+
35
+ if defined?(ActionView::Helpers::TagHelper::TagBuilder)
36
+ class ActionView::Helpers::TagHelper::TagBuilder
37
+ # this hack replaces itemscope="itemscope" => itemscope
38
+ # to make it follow standarts (http://www.w3.org/TR/microdata/#typed-items)
39
+ alias_method :tag_options_before_green_monkey, :tag_options
40
+ def tag_options(options, escape = true)
41
+ str = tag_options_before_green_monkey(options, escape)
42
+
43
+ if options['itemscope'] || options[:itemscope]
44
+ str = (str + '').sub(/itemscope=('|")itemscope('|")/, 'itemscope').html_safe
45
+ end
46
+
47
+ str
48
+ end
23
49
  end
24
50
  end
@@ -3,7 +3,7 @@ require "haml"
3
3
  # this hack looks at active-record object's :html_schema_type field and adds itemscope, itemid and itemtype to element
4
4
  # example:
5
5
  #
6
- # %article[post]
6
+ # %article[post]
7
7
  # => <article class="post" itemscope itemtype="http://schema.org/BlogPosting" itemid="1">
8
8
  #
9
9
  # %section[Mida(:Blog)]
@@ -25,7 +25,11 @@ class Haml::Buffer
25
25
  options = {}
26
26
  ref.each do |obj|
27
27
  next if obj == "local-variable"
28
- self.class.merge_attrs(options, process_object_ref(obj))
28
+ if self.class.respond_to?(:merge_attrs)
29
+ self.class.merge_attrs(options, process_object_ref(obj))
30
+ else
31
+ Haml::AttributeBuilder.merge_attributes!(options, process_object_ref(obj))
32
+ end
29
33
  end
30
34
  options
31
35
  end
@@ -49,7 +53,7 @@ class Haml::Buffer
49
53
  # my hack for microdata attributes
50
54
  if obj.respond_to?(:html_schema_type)
51
55
  options['itemscope'] = true
52
- options['itemid'] = obj.id
56
+ options['itemid'] = obj.has_attribute?(:slug) ? obj.slug : obj.id
53
57
 
54
58
  if obj.html_schema_type.kind_of?(Mida::Vocabulary)
55
59
  options['itemtype'] = obj.html_schema_type.itemtype.source
@@ -63,4 +67,4 @@ class Haml::Buffer
63
67
  end
64
68
  end
65
69
 
66
- end
70
+ end
@@ -106,7 +106,11 @@ module GreenMonkey
106
106
  options.merge!(itemtype: object)
107
107
  end
108
108
 
109
- tag_options(options)
109
+ if respond_to?(:tag_options) || private_methods.include?(:tag_options)
110
+ send(:tag_options, options)
111
+ else
112
+ tag_builder.tag_options(options)
113
+ end
110
114
  end
111
115
 
112
116
  def breadcrumb_link_to(title, path, options = {})
@@ -7,7 +7,7 @@ describe "ActionView hacks" do
7
7
  include TestInlineRenderer
8
8
 
9
9
  it "should works with stylesheet_link_tag" do
10
- str = render_haml "= stylesheet_link_tag 'application'"
10
+ str = render_haml "= stylesheet_link_tag 'application', skip_pipeline: true"
11
11
 
12
12
  str.should =~ %r{link.+href="/stylesheets/application.css.*"}
13
13
  end
@@ -36,7 +36,7 @@ describe "ActionView hacks" do
36
36
  str = render_haml('= breadcrumb_link_to("Home", "/")').strip
37
37
  str.index('http://data-vocabulary.org/Breadcrumb').should_not == nil
38
38
  str.should == '<span itemscope itemtype="http://data-vocabulary.org/Breadcrumb">' +
39
- '<a href="/" itemprop="url"><span itemprop="title">Home</span></a>' +
39
+ '<a itemprop="url" href="/"><span itemprop="title">Home</span></a>' +
40
40
  '</span>'
41
41
  end
42
42
  end
@@ -1,4 +1,4 @@
1
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
1
+ #ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
2
2
  ENV['RAILS_ENV'] ||= 'development'
3
3
 
4
4
  require 'bundler/setup'
@@ -6,6 +6,7 @@ require 'bundler/setup'
6
6
  require 'rails/all'
7
7
  require 'rails/generators'
8
8
  require 'rails/generators/test_case'
9
+ require 'haml'
9
10
 
10
11
  require "green_monkey"
11
12
 
@@ -18,6 +19,9 @@ module TestApp
18
19
  end
19
20
  end
20
21
 
22
+ class ApplicationController < ActionController::Base
23
+ end
24
+
21
25
  Rails.application = TestApp::Application
22
26
 
23
27
  module Rails
@@ -59,9 +63,13 @@ end
59
63
 
60
64
  module TestInlineRenderer
61
65
  def render_file(file, options = {})
62
- ActionController::Base.new.render_to_string(file: file, locals: options, handlers: [:haml])
66
+ if ApplicationController.respond_to?(:render)
67
+ ApplicationController.render(file: file, locals: options)
68
+ else
69
+ ActionController::Base.new.render_to_string(file: file, locals: options, handlers: [:haml])
70
+ end
63
71
  end
64
-
72
+
65
73
  def render_haml(template, options = {})
66
74
  $t += 1
67
75
  file = File.expand_path(File.dirname(__FILE__) + "/../tmp/#{$t}.haml")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: green_monkey
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Evstigneev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-09 00:00:00.000000000 Z
11
+ date: 2017-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: haml
@@ -134,12 +134,10 @@ files:
134
134
  - ".rspec"
135
135
  - ".travis.yml"
136
136
  - Gemfile
137
- - Gemfile.haml-edge
138
137
  - Gemfile.lock
139
- - Gemfile.rails-3.0
140
- - Gemfile.rails-3.1
141
- - Gemfile.rails-3.2
142
- - Gemfile.rails-4.1
138
+ - Gemfile.rails-4.2
139
+ - Gemfile.rails-5
140
+ - Gemfile.rails-5.1
143
141
  - README.md
144
142
  - Rakefile
145
143
  - green_monkey.gemspec
@@ -186,9 +184,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
184
  version: 1.2.0
187
185
  requirements: []
188
186
  rubyforge_project:
189
- rubygems_version: 2.4.1
187
+ rubygems_version: 2.6.8
190
188
  signing_key:
191
189
  specification_version: 4
192
190
  summary: Rails and Haml microdata toolkit
193
191
  test_files: []
194
- has_rdoc:
@@ -1,5 +0,0 @@
1
- source 'https://rubygems.org'
2
- gemspec
3
-
4
- gem "haml", git: "https://github.com/haml/haml.git"
5
- gem 'tzinfo'
@@ -1,3 +0,0 @@
1
- source 'https://rubygems.org'
2
- gemspec
3
- gem "rails", "3.1.12"