instedd-rails 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OWRlYzg5OTUzNmQyZDhiNjA4OWY4MzhhODdlMWYyMzQxMjI2NzVmNg==
4
+ YTVkMzE2MjVmODRmYmRlOGNkZjVmYWRhMWFmMDEyN2FlNWE5ZjJkMA==
5
5
  data.tar.gz: !binary |-
6
- NjM0MTc5Y2Q0ODUxNzYwNDZjYjQwYmNkNDM4NGZlMmRmNjQyNjNmNA==
6
+ MzcwM2RlZmNmZDdkYmIzMmFlMjAzNGE3NWI2OTcxYTM5ZmU0NjI1OQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NDcwMWJjZWQ1MGRhZDU0NDE1OTVhMTY3ZDM4NmM0MjBiMmZkMGRmYmVhYzk4
10
- NTk0NmQ4ZDcxYjI2M2FjNjZlZTA5NmQ2NGU1OTQ1ZmMyM2QwYTU0ZTVlMjUw
11
- YmRhMGRkYjZiYzBiODA4MWQyNzg1ZGU2YmY1MGI4YzRiODkxNTg=
9
+ ODhiZDdkODViNTM0Mjg2MDE2NGZlOTBjMzQyNmE0MTUwMGUxOTI4MzQ4NDdk
10
+ MTc1ZTU4OGNmMjVmZTc0MDk3YmRmODVmMWIxM2E5ZjVlOTYxZWZhYzhmMGJk
11
+ NDJhODI4YTQ2ODg4ZGY4YjEzNDFhOWNkNTljMTM2ODMyNTg5Yjc=
12
12
  data.tar.gz: !binary |-
13
- MzVhOTA0MzA3ZTljMmU0ZjZjMmQ3NjMxOTM2Y2NiNjdlMThiNGEzMDYwYTgx
14
- ZGMzZWFmMmJmNTgwNWQ1MmNmMDU1YTRhODg2MDkwMDliY2Y0NTBkODU0NjEz
15
- ZTk4ZmZiNjQzMzA0NjBiNWZhYzVkNDEyMTRlMTRhM2NiNWFjMWI=
13
+ ZDVkMmU0ZWJlMjA1MTcyYzFkNmVhN2NmYWRlMjA2ZGM2MWZiOWFmOTBjOWU0
14
+ NmE4MzU1YjcxOTM2YzFhYmQ4YjFlNjY1ODUzNGYyNjYyZjE5NGVkNDhmNGEx
15
+ NzA3NzYwNGZlM2NhNzMxNjM1YmVmOWNiNTEzOWQyZmJiYzFjMTc=
data/Gemfile.lock CHANGED
@@ -1,93 +1,90 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instedd-rails (0.0.21)
4
+ instedd-rails (0.0.16)
5
5
  breadcrumbs_on_rails (>= 2.2.0)
6
- haml-rails
7
6
  rails (>= 3.0)
8
7
 
9
8
  GEM
10
9
  remote: http://rubygems.org/
11
10
  specs:
12
- actionmailer (4.0.0)
13
- actionpack (= 4.0.0)
14
- mail (~> 2.5.3)
15
- actionpack (4.0.0)
16
- activesupport (= 4.0.0)
17
- builder (~> 3.1.0)
11
+ actionmailer (3.2.3)
12
+ actionpack (= 3.2.3)
13
+ mail (~> 2.4.4)
14
+ actionpack (3.2.3)
15
+ activemodel (= 3.2.3)
16
+ activesupport (= 3.2.3)
17
+ builder (~> 3.0.0)
18
18
  erubis (~> 2.7.0)
19
- rack (~> 1.5.2)
20
- rack-test (~> 0.6.2)
21
- activemodel (4.0.0)
22
- activesupport (= 4.0.0)
23
- builder (~> 3.1.0)
24
- activerecord (4.0.0)
25
- activemodel (= 4.0.0)
26
- activerecord-deprecated_finders (~> 1.0.2)
27
- activesupport (= 4.0.0)
28
- arel (~> 4.0.0)
29
- activerecord-deprecated_finders (1.0.3)
30
- activesupport (4.0.0)
31
- i18n (~> 0.6, >= 0.6.4)
32
- minitest (~> 4.2)
33
- multi_json (~> 1.3)
34
- thread_safe (~> 0.1)
35
- tzinfo (~> 0.3.37)
36
- arel (4.0.1)
37
- atomic (1.1.14)
19
+ journey (~> 1.0.1)
20
+ rack (~> 1.4.0)
21
+ rack-cache (~> 1.2)
22
+ rack-test (~> 0.6.1)
23
+ sprockets (~> 2.1.2)
24
+ activemodel (3.2.3)
25
+ activesupport (= 3.2.3)
26
+ builder (~> 3.0.0)
27
+ activerecord (3.2.3)
28
+ activemodel (= 3.2.3)
29
+ activesupport (= 3.2.3)
30
+ arel (~> 3.0.2)
31
+ tzinfo (~> 0.3.29)
32
+ activeresource (3.2.3)
33
+ activemodel (= 3.2.3)
34
+ activesupport (= 3.2.3)
35
+ activesupport (3.2.3)
36
+ i18n (~> 0.6)
37
+ multi_json (~> 1.0)
38
+ arel (3.0.2)
38
39
  breadcrumbs_on_rails (2.2.0)
39
- builder (3.1.4)
40
+ builder (3.0.0)
40
41
  erubis (2.7.0)
41
- haml (4.0.3)
42
- tilt
43
- haml-rails (0.4)
44
- actionpack (>= 3.1, < 4.1)
45
- activesupport (>= 3.1, < 4.1)
46
- haml (>= 3.1, < 4.1)
47
- railties (>= 3.1, < 4.1)
48
- hike (1.2.3)
49
- i18n (0.6.5)
50
- mail (2.5.4)
42
+ hike (1.2.1)
43
+ i18n (0.6.0)
44
+ journey (1.0.3)
45
+ json (1.7.0)
46
+ mail (2.4.4)
47
+ i18n (>= 0.4.0)
51
48
  mime-types (~> 1.16)
52
49
  treetop (~> 1.4.8)
53
- mime-types (1.25)
54
- minitest (4.7.5)
55
- multi_json (1.8.2)
50
+ mime-types (1.18)
51
+ multi_json (1.3.4)
56
52
  polyglot (0.3.3)
57
- rack (1.5.2)
58
- rack-test (0.6.2)
53
+ rack (1.4.1)
54
+ rack-cache (1.2)
55
+ rack (>= 0.4)
56
+ rack-ssl (1.3.2)
57
+ rack
58
+ rack-test (0.6.1)
59
59
  rack (>= 1.0)
60
- rails (4.0.0)
61
- actionmailer (= 4.0.0)
62
- actionpack (= 4.0.0)
63
- activerecord (= 4.0.0)
64
- activesupport (= 4.0.0)
65
- bundler (>= 1.3.0, < 2.0)
66
- railties (= 4.0.0)
67
- sprockets-rails (~> 2.0.0)
68
- railties (4.0.0)
69
- actionpack (= 4.0.0)
70
- activesupport (= 4.0.0)
60
+ rails (3.2.3)
61
+ actionmailer (= 3.2.3)
62
+ actionpack (= 3.2.3)
63
+ activerecord (= 3.2.3)
64
+ activeresource (= 3.2.3)
65
+ activesupport (= 3.2.3)
66
+ bundler (~> 1.0)
67
+ railties (= 3.2.3)
68
+ railties (3.2.3)
69
+ actionpack (= 3.2.3)
70
+ activesupport (= 3.2.3)
71
+ rack-ssl (~> 1.3.2)
71
72
  rake (>= 0.8.7)
72
- thor (>= 0.18.1, < 2.0)
73
- rake (10.1.0)
74
- sprockets (2.10.0)
73
+ rdoc (~> 3.4)
74
+ thor (~> 0.14.6)
75
+ rake (0.9.2.2)
76
+ rdoc (3.12)
77
+ json (~> 1.4)
78
+ sprockets (2.1.3)
75
79
  hike (~> 1.2)
76
- multi_json (~> 1.0)
77
80
  rack (~> 1.0)
78
81
  tilt (~> 1.1, != 1.3.0)
79
- sprockets-rails (2.0.1)
80
- actionpack (>= 3.0)
81
- activesupport (>= 3.0)
82
- sprockets (~> 2.8)
83
- thor (0.18.1)
84
- thread_safe (0.1.3)
85
- atomic
86
- tilt (1.4.1)
87
- treetop (1.4.15)
82
+ thor (0.14.6)
83
+ tilt (1.3.3)
84
+ treetop (1.4.10)
88
85
  polyglot
89
86
  polyglot (>= 0.3.1)
90
- tzinfo (0.3.38)
87
+ tzinfo (0.3.33)
91
88
 
92
89
  PLATFORMS
93
90
  ruby
@@ -0,0 +1 @@
1
+ //= require_tree .
@@ -8,10 +8,9 @@
8
8
  <%= stylesheet_link_tag "#{InsteddRails.url}/theme/stylesheets/theme.css" %>
9
9
  <%= javascript_include_tag "#{InsteddRails.url}/theme/javascripts/theme.js" %>
10
10
  <% else %>
11
- <%= javascript_include_tag "jquery-bootstrapper" %>
11
+ <%= javascript_include_tag "application" %>
12
12
  <%= stylesheet_link_tag "#{InsteddRails.url}/theme/stylesheets/theme.css" %>
13
13
  <%= javascript_include_tag "#{InsteddRails.url}/theme/javascripts/theme.js" %>
14
- <%= javascript_include_tag "application" %>
15
14
  <%= csrf_meta_tags %>
16
15
  <% end %>
17
16
  <% if Rails::version < '3.1' %>
@@ -1,3 +1,3 @@
1
1
  module InsteddRails
2
- VERSION = "0.0.21"
2
+ VERSION = "0.0.22"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instedd-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21
4
+ version: 0.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Instedd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-28 00:00:00.000000000 Z
11
+ date: 2014-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -66,6 +66,7 @@ files:
66
66
  - Gemfile.lock
67
67
  - README.markdown
68
68
  - Rakefile
69
+ - app/assets/javascripts/instedd-rails.js
69
70
  - app/assets/javascripts/jquery-bootstrapper.js
70
71
  - app/controllers/errors_controller.rb
71
72
  - app/controllers/instedd_rails/tour_controller.rb