Skip to content

Commit 69672dc

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents f4876c3 + 0369ba5 commit 69672dc

File tree

7 files changed

+142
-15
lines changed

7 files changed

+142
-15
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*.gem
2-
Gemfile*.lock
2+
spec/gemfiles/Gemfile*.lock
33

44
.bundle/
55
tmp/*
@@ -14,4 +14,4 @@ spec/dummy/.sass-cache
1414
.DS_Store
1515
*.sublime-workspace
1616

17-
.idea
17+
.idea

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
source "https://rubygems.org"
1+
source 'https://rubygems.org'
22
gemspec
33

4-
gem "pg", platform: :ruby
5-
gem "activerecord-jdbcpostgresql-adapter", platform: :jruby
4+
gem 'pg', platform: :ruby
5+
gem 'activerecord-jdbcpostgresql-adapter', platform: :jruby
66

7-
gem "jquery-rails"
7+
gem 'jquery-rails'
88

9-
gem "rails", "4.0.2"
10-
gem "sass-rails"
9+
gem 'rails', '4.0.10'
10+
gem 'sass-rails', '~> 4.0.3'

Gemfile.lock

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
PATH
2+
remote: .
3+
specs:
4+
recurring_select (1.2.4)
5+
coffee-rails (>= 3.1)
6+
ice_cube (>= 0.11)
7+
jquery-rails (>= 3.0)
8+
rails (>= 3.2)
9+
sass-rails (>= 3.1)
10+
11+
GEM
12+
remote: https://rubygems.org/
13+
specs:
14+
actionmailer (4.0.10)
15+
actionpack (= 4.0.10)
16+
mail (~> 2.5, >= 2.5.4)
17+
actionpack (4.0.10)
18+
activesupport (= 4.0.10)
19+
builder (~> 3.1.0)
20+
erubis (~> 2.7.0)
21+
rack (~> 1.5.2)
22+
rack-test (~> 0.6.2)
23+
activemodel (4.0.10)
24+
activesupport (= 4.0.10)
25+
builder (~> 3.1.0)
26+
activerecord (4.0.10)
27+
activemodel (= 4.0.10)
28+
activerecord-deprecated_finders (~> 1.0.2)
29+
activesupport (= 4.0.10)
30+
arel (~> 4.0.0)
31+
activerecord-deprecated_finders (1.0.3)
32+
activesupport (4.0.10)
33+
i18n (~> 0.6, >= 0.6.9)
34+
minitest (~> 4.2)
35+
multi_json (~> 1.3)
36+
thread_safe (~> 0.1)
37+
tzinfo (~> 0.3.37)
38+
arel (4.0.2)
39+
builder (3.1.4)
40+
coffee-rails (4.1.0)
41+
coffee-script (>= 2.2.0)
42+
railties (>= 4.0.0, < 5.0)
43+
coffee-script (2.3.0)
44+
coffee-script-source
45+
execjs
46+
coffee-script-source (1.8.0)
47+
diff-lcs (1.2.5)
48+
erubis (2.7.0)
49+
execjs (2.2.2)
50+
hike (1.2.3)
51+
i18n (0.6.11)
52+
ice_cube (0.12.1)
53+
jquery-rails (3.1.2)
54+
railties (>= 3.0, < 5.0)
55+
thor (>= 0.14, < 2.0)
56+
mail (2.6.1)
57+
mime-types (>= 1.16, < 3)
58+
mime-types (2.4.2)
59+
minitest (4.7.5)
60+
multi_json (1.10.1)
61+
pg (0.17.1)
62+
rack (1.5.2)
63+
rack-test (0.6.2)
64+
rack (>= 1.0)
65+
rails (4.0.10)
66+
actionmailer (= 4.0.10)
67+
actionpack (= 4.0.10)
68+
activerecord (= 4.0.10)
69+
activesupport (= 4.0.10)
70+
bundler (>= 1.3.0, < 2.0)
71+
railties (= 4.0.10)
72+
sprockets-rails (~> 2.0)
73+
railties (4.0.10)
74+
actionpack (= 4.0.10)
75+
activesupport (= 4.0.10)
76+
rake (>= 0.8.7)
77+
thor (>= 0.18.1, < 2.0)
78+
rake (10.3.2)
79+
rspec (3.1.0)
80+
rspec-core (~> 3.1.0)
81+
rspec-expectations (~> 3.1.0)
82+
rspec-mocks (~> 3.1.0)
83+
rspec-core (3.1.7)
84+
rspec-support (~> 3.1.0)
85+
rspec-expectations (3.1.2)
86+
diff-lcs (>= 1.2.0, < 2.0)
87+
rspec-support (~> 3.1.0)
88+
rspec-mocks (3.1.3)
89+
rspec-support (~> 3.1.0)
90+
rspec-rails (3.1.0)
91+
actionpack (>= 3.0)
92+
activesupport (>= 3.0)
93+
railties (>= 3.0)
94+
rspec-core (~> 3.1.0)
95+
rspec-expectations (~> 3.1.0)
96+
rspec-mocks (~> 3.1.0)
97+
rspec-support (~> 3.1.0)
98+
rspec-support (3.1.2)
99+
sass (3.2.19)
100+
sass-rails (4.0.3)
101+
railties (>= 4.0.0, < 5.0)
102+
sass (~> 3.2.0)
103+
sprockets (~> 2.8, <= 2.11.0)
104+
sprockets-rails (~> 2.0)
105+
sprockets (2.11.0)
106+
hike (~> 1.2)
107+
multi_json (~> 1.0)
108+
rack (~> 1.0)
109+
tilt (~> 1.1, != 1.3.0)
110+
sprockets-rails (2.2.0)
111+
actionpack (>= 3.0)
112+
activesupport (>= 3.0)
113+
sprockets (>= 2.8, < 4.0)
114+
thor (0.19.1)
115+
thread_safe (0.3.4)
116+
tilt (1.4.1)
117+
tzinfo (0.3.41)
118+
119+
PLATFORMS
120+
ruby
121+
122+
DEPENDENCIES
123+
activerecord-jdbcpostgresql-adapter
124+
bundler (>= 1.3.5)
125+
jquery-rails
126+
pg
127+
rails (= 4.0.10)
128+
rake (>= 0.9.6)
129+
recurring_select!
130+
rspec (>= 2.14)
131+
rspec-rails (>= 2.14)
132+
sass-rails (~> 4.0.3)
File renamed without changes.

app/assets/stylesheets/recurring_select.css.scss.erb renamed to app/assets/stylesheets/recurring_select.css.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ select {
3333
display:inline-block; min-width:200px; margin-left:-125px; overflow:hidden; position:relative;
3434
.rs_dialog_content { padding:10px;
3535
h1 { font-size:16px; padding:0px; margin:0 0 10px 0;
36-
a {float:right; display:inline-block; height:16px; width:16px; background-image:url(<%=asset_path "recurring_select/cancel.png"%>); background-position:center; background-repeat:no-repeat;}
36+
a {float:right; display:inline-block; height:16px; width:16px; background-image:image-url("recurring_select/cancel.png"); background-position:center; background-repeat:no-repeat;}
3737
}
3838

3939
p { padding:5px 0; margin:0; line-height: 14px;
@@ -80,7 +80,7 @@ select {
8080
.rs_summary { padding:0px; margin-top:15px; border-top:1px solid #ccc;
8181
span {font-weight:bold; border-top:1px solid #fff; display:block; padding:10px 0 5px 0;}
8282
&.fetching {color:#999;
83-
span {background-image:url(<%=asset_path "recurring_select/throbber_13x13.gif" %>); background-position:center; background-repeat:no-repeat; display:inline-block; height:13px; width:13px; margin-top:-4px; padding-right:5px;}
83+
span {background-image:image-url("recurring_select/throbber_13x13.gif"); background-position:center; background-repeat:no-repeat; display:inline-block; height:13px; width:13px; margin-top:-4px; padding-right:5px;}
8484
}
8585
label {font-weight:normal;}
8686
}

spec/dummy/app/assets/stylesheets/application.css renamed to spec/dummy/app/assets/stylesheets/application.css.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* the top of the compiled file, but it's generally better to create a new file per style scope.
55
*= require_self
66
*= require recurring_select
7-
*= require_tree .
87
*/
98

109

spec/dummy/app/assets/stylesheets/sample.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)