Skip to content

Commit 645daf1

Browse files
committed
initial commit
1 parent 6faf6a8 commit 645daf1

File tree

195 files changed

+5703
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+5703
-0
lines changed

Gemfile

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
source 'http://rubygems.org'
2+
3+
gem 'rails', '3.2.0'
4+
5+
# Bundle edge Rails instead:
6+
# gem 'rails', :git => 'git://github.com/rails/rails.git'
7+
8+
gem 'sqlite3'
9+
10+
11+
# Gems used only for assets and not required
12+
# in production environments by default.
13+
group :assets do
14+
gem 'sass-rails', '~> 3.2.0'
15+
gem 'coffee-rails', '~> 3.2.0'
16+
gem 'uglifier', '>= 1.0.3'
17+
gem "therubyracer"
18+
gem "less-rails"
19+
end
20+
21+
gem 'jquery-rails'
22+
23+
gem "flatui-rails", "~> 0.0.4"
24+
25+
gem 'devise'
26+
27+
# To use ActiveModel has_secure_password
28+
# gem 'bcrypt-ruby', '~> 3.0.0'
29+
30+
# Use unicorn as the web server
31+
# gem 'unicorn'
32+
33+
# Deploy with Capistrano
34+
# gem 'capistrano'
35+
36+
# To use debugger
37+
# gem 'ruby-debug19', :require => 'ruby-debug'
38+
39+
group :test do
40+
# Pretty printed test output
41+
gem 'turn', '~> 0.8.3', :require => false
42+
end
43+
44+
group :assets do
45+
gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
46+
#gem 'bootstrap-sass'
47+
end

Gemfile.lock

+156
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
GIT
2+
remote: git://github.com/seyhunak/twitter-bootstrap-rails.git
3+
revision: b7e1abb9da2a4fef2d2193b5c62027d76dffb6dc
4+
specs:
5+
twitter-bootstrap-rails (2.2.7)
6+
actionpack (>= 3.1)
7+
execjs
8+
rails (>= 3.1)
9+
railties (>= 3.1)
10+
11+
GEM
12+
remote: http://rubygems.org/
13+
specs:
14+
actionmailer (3.2.0)
15+
actionpack (= 3.2.0)
16+
mail (~> 2.4.0)
17+
actionpack (3.2.0)
18+
activemodel (= 3.2.0)
19+
activesupport (= 3.2.0)
20+
builder (~> 3.0.0)
21+
erubis (~> 2.7.0)
22+
journey (~> 1.0.0)
23+
rack (~> 1.4.0)
24+
rack-cache (~> 1.1)
25+
rack-test (~> 0.6.1)
26+
sprockets (~> 2.1.2)
27+
activemodel (3.2.0)
28+
activesupport (= 3.2.0)
29+
builder (~> 3.0.0)
30+
activerecord (3.2.0)
31+
activemodel (= 3.2.0)
32+
activesupport (= 3.2.0)
33+
arel (~> 3.0.0)
34+
tzinfo (~> 0.3.29)
35+
activeresource (3.2.0)
36+
activemodel (= 3.2.0)
37+
activesupport (= 3.2.0)
38+
activesupport (3.2.0)
39+
i18n (~> 0.6)
40+
multi_json (~> 1.0)
41+
ansi (1.4.3)
42+
arel (3.0.2)
43+
bcrypt-ruby (3.0.1)
44+
bootstrap-sass (2.2.2.0)
45+
sass (~> 3.2)
46+
builder (3.0.4)
47+
coffee-rails (3.2.2)
48+
coffee-script (>= 2.2.0)
49+
railties (~> 3.2.0)
50+
coffee-script (2.2.0)
51+
coffee-script-source
52+
execjs
53+
coffee-script-source (1.6.2)
54+
commonjs (0.2.6)
55+
devise (2.2.4)
56+
bcrypt-ruby (~> 3.0)
57+
orm_adapter (~> 0.1)
58+
railties (~> 3.1)
59+
warden (~> 1.2.1)
60+
erubis (2.7.0)
61+
execjs (1.4.0)
62+
multi_json (~> 1.0)
63+
flatui-rails (0.0.4)
64+
bootstrap-sass (= 2.2.2)
65+
railties (>= 3.1)
66+
sass-rails (>= 3.2.0)
67+
hike (1.2.3)
68+
i18n (0.6.4)
69+
journey (1.0.4)
70+
jquery-rails (3.0.1)
71+
railties (>= 3.0, < 5.0)
72+
thor (>= 0.14, < 2.0)
73+
json (1.8.0)
74+
less (2.3.2)
75+
commonjs (~> 0.2.6)
76+
less-rails (2.3.3)
77+
actionpack (>= 3.1)
78+
less (~> 2.3.1)
79+
libv8 (3.11.8.17)
80+
mail (2.4.4)
81+
i18n (>= 0.4.0)
82+
mime-types (~> 1.16)
83+
treetop (~> 1.4.8)
84+
mime-types (1.23)
85+
multi_json (1.7.7)
86+
orm_adapter (0.4.0)
87+
polyglot (0.3.3)
88+
rack (1.4.5)
89+
rack-cache (1.2)
90+
rack (>= 0.4)
91+
rack-ssl (1.3.3)
92+
rack
93+
rack-test (0.6.2)
94+
rack (>= 1.0)
95+
rails (3.2.0)
96+
actionmailer (= 3.2.0)
97+
actionpack (= 3.2.0)
98+
activerecord (= 3.2.0)
99+
activeresource (= 3.2.0)
100+
activesupport (= 3.2.0)
101+
bundler (~> 1.0)
102+
railties (= 3.2.0)
103+
railties (3.2.0)
104+
actionpack (= 3.2.0)
105+
activesupport (= 3.2.0)
106+
rack-ssl (~> 1.3.2)
107+
rake (>= 0.8.7)
108+
rdoc (~> 3.4)
109+
thor (~> 0.14.6)
110+
rake (10.0.4)
111+
rdoc (3.12.2)
112+
json (~> 1.4)
113+
ref (1.0.5)
114+
sass (3.2.9)
115+
sass-rails (3.2.6)
116+
railties (~> 3.2.0)
117+
sass (>= 3.1.10)
118+
tilt (~> 1.3)
119+
sprockets (2.1.3)
120+
hike (~> 1.2)
121+
rack (~> 1.0)
122+
tilt (~> 1.1, != 1.3.0)
123+
sqlite3 (1.3.7)
124+
therubyracer (0.11.4)
125+
libv8 (~> 3.11.8.12)
126+
ref
127+
thor (0.14.6)
128+
tilt (1.4.1)
129+
treetop (1.4.14)
130+
polyglot
131+
polyglot (>= 0.3.1)
132+
turn (0.8.3)
133+
ansi
134+
tzinfo (0.3.37)
135+
uglifier (2.1.1)
136+
execjs (>= 0.3.0)
137+
multi_json (~> 1.0, >= 1.0.2)
138+
warden (1.2.1)
139+
rack (>= 1.0)
140+
141+
PLATFORMS
142+
ruby
143+
144+
DEPENDENCIES
145+
coffee-rails (~> 3.2.0)
146+
devise
147+
flatui-rails (~> 0.0.4)
148+
jquery-rails
149+
less-rails
150+
rails (= 3.2.0)
151+
sass-rails (~> 3.2.0)
152+
sqlite3
153+
therubyracer
154+
turn (~> 0.8.3)
155+
twitter-bootstrap-rails!
156+
uglifier (>= 1.0.3)

Rakefile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env rake
2+
# Add your own tasks in files placed in lib/tasks ending in .rake,
3+
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
4+
5+
require File.expand_path('../config/application', __FILE__)
6+
7+
MeterReadings::Application.load_tasks

0 commit comments

Comments
 (0)