27 Commits

Autor SHA1 Mensagem Data
Diogo Biazus 15f530de93 tweaking celebration counter in the home 2013-08-30 18:58:49 -03:00
Diogo Biazus a6503f0f66 Merge branch 'master' of github.com:catarse/catarse into 10M_counter 2013-08-30 16:00:08 -03:00
Diogo Biazus 31d6d301b0 put header back in crowdfunding poll 2013-08-29 16:49:24 -03:00
Diogo Biazus e8a29123f1 solved conflicts 2013-08-29 15:41:52 -03:00
Diogo Biazus 10e83a4650 last adjustments to the crowdfunding poll email 2013-08-29 15:20:47 -03:00
Diogo Biazus 88bce1d418 fixing crowdfunding poll email 2013-08-29 14:49:07 -03:00
Diogo Biazus c0a444fdba Merge branch 'master' into 10M_counter 2013-08-29 13:49:55 -03:00
Diogo Biazus fa29e8bc86 tweaking crowdsourcing poll layout 2013-08-29 13:42:28 -03:00
Diogo Biazus b8ab25f7a4 changed home page explore link style to make the code cleaner (and beautify the page) 2013-08-29 10:31:14 -03:00
Diogo Biazus a889598461 Merge branch 'master' of github.com:catarse/catarse into 10M_counter 2013-08-29 10:18:34 -03:00
Diogo Biazus 9e83630e26 added crowdfunding poll code (which is also temporary) 2013-08-29 10:04:19 -03:00
Diogo Biazus ac4e305915 Merge branch 'master' of github.com:catarse/catarse into 10M_counter 2013-08-29 09:39:17 -03:00
Diogo Biazus bb7331e865 fixing shitty JS type error 2013-08-28 12:11:24 -03:00
Diogo Biazus 1ece13a4fb removed new_uservoice from the new layout page 2013-08-28 11:13:35 -03:00
Diogo Biazus acee009cbf Merge branch 'master' into 10M_counter 2013-08-28 11:09:08 -03:00
Diogo Biazus f26948e042 Merge branch 'master' of github.com:catarse/catarse into 10M_counter 2013-08-28 10:00:52 -03:00
Diogo Biazus 3117767c4c moved google analytics to an initializer 2013-08-27 20:56:47 -03:00
Diogo Biazus 5d8fda9183 tweaks in style and added bg image 2013-08-27 20:46:28 -03:00
Diogo Biazus b3c900afee initialize all numbers in counter 2013-08-27 14:28:00 -03:00
Diogo Biazus 10b4b2a364 load initial backer stats 2013-08-27 14:21:34 -03:00
Diogo Biazus 5c422c6139 styling our flipclock 2013-08-26 18:23:58 -03:00
Diogo Biazus fc4d4c219b styling our flipclock 2013-08-26 18:14:16 -03:00
Diogo Biazus 5a1006c0b1 Merge branch 'master' of github.com:catarse/catarse into 10M_counter 2013-08-26 17:38:04 -03:00
Diogo Biazus 480d93ab39 added flipclock to home page 2013-08-26 17:20:17 -03:00
Diogo Biazus 80a3e3b2b1 started to code counter in the projects index view 2013-08-26 12:41:59 -03:00
Diogo Biazus 66396b2414 tweaking link to channel width and positioning 2013-08-23 17:17:39 -03:00
Diogo Biazus 9a833a869a put channel projects in home section in order to remove the channels banner 2013-08-23 17:01:10 -03:00
1078 arquivos alterados com 12975 adições e 29775 exclusões
+4 -5
Ver Arquivo
@@ -1,8 +1,5 @@
rvm:
- 2.1.2
before_install:
- "gem install bundler -v '= 1.5.1'"
- 2.0.0-p0
before_script:
- "cp config/database.sample.yml config/database.yml"
@@ -16,8 +13,10 @@ env:
script:
- "bundle exec rspec spec"
#- "bundle exec rake jasmine:ci" removed while jasmine has some bugs with ruby 2.1.0
- "bundle exec rake jasmine:ci"
branches:
only:
- master
- production
- channels
+61 -51
Ver Arquivo
@@ -1,49 +1,47 @@
source 'https://rubygems.org'
ruby '2.1.2'
# For heroku
ruby '2.0.0'
# Papertrail does not work with rails 3.2.12 + ruby 2.0.0
# https://github.com/airblade/paper_trail/issues/208
gem 'rails', '~> 4.1.1'
gem 'protected_attributes', '~> 1.0.5' # When upgrade to strong_parameters, remove this gem.
gem 'rails-observers', '~> 0.1.2'
gem 'sidekiq', '~> 2.15.2'
# We got some weird bug concerning encoding of AR objects in rails 3.2.13+
gem 'rails', '3.2.13'
gem 'mail', '2.5.3'
gem 'sidekiq', '~> 2.13.0'
gem 'sinatra', require: false # required by sidekiq web interface mounted on /sidekiq
# Turns every field on a editable one
gem 'best_in_place', github: 'bernat/best_in_place', branch: 'rails-4'
gem 'best_in_place'
# State machine for attributes on models
gem 'state_machine', require: 'state_machine/core'
# paranoid stuff
gem 'paper_trail', '~> 2.7.2'
# Database and data related
gem 'pg'
gem 'postgres-copy'
gem 'pg_search'
gem 'postgres-copy'
gem 'schema_plus'
gem 'schema_associations'
gem 'chartkick'
gem 'catarse_settings_db'
# Mixpanel for backend tracking
gem 'mixpanel-ruby'
# Payment engine using Paypal
gem 'catarse_paypal_express', '~> 1.0.0'
# Payment engine using Moip
gem 'catarse_moip', '~> 1.0.1'
#gem 'catarse_moip', path: '../catarse_moip'
# Payment engines
gem 'catarse_paypal_express', '2.2.3'
gem 'catarse_moip', '~> 2.3.5'
# gem 'catarse_wepay', '~> 0.0.1'
# Decorators
gem 'draper'
# Frontend stuff
gem 'slim-rails'
gem 'slim-rails', '~> 1.1.1'
gem 'jquery-rails'
gem 'browser'
# Static pages
gem 'high_voltage'
# Authentication and Authorization
gem 'omniauth'
@@ -51,41 +49,46 @@ gem 'omniauth-twitter'
gem 'omniauth-facebook', '1.4.0'
gem 'devise'
gem 'ezcrypto'
gem 'pundit'
# See https://github.com/ryanb/cancan/tree/2.0 for help about this
# In resume: this version of cancan allow checking for authorization on specific fields on the model
gem 'cancan', git: 'git://github.com/ryanb/cancan.git', branch: '2.0', ref: 'f1cebde51a87be149b4970a3287826bb63c0ac0b'
# Email marketing
gem 'catarse_monkeymail', '>= 0.1.4'
gem 'catarse_mailchimp', git: 'git://github.com/catarse/catarse_mailchimp', ref: '2ed4f39'
# HTML manipulation and formatting
gem 'formtastic', '~> 2.2.1'
gem 'simple_form'
gem "auto_html", '= 1.4.2'
gem "RedCloth"
gem 'kaminari'
# Uploads
gem 'carrierwave', '~> 0.10.0'
gem 'rmagick', :require => 'RMagick'
gem 'carrierwave', '~> 0.8.0'
gem 'rmagick'
# Other Tools
gem 'to_xls'
gem 'ranked-model'
gem 'feedjira'
gem 'inherited_resources', '~> 1.4.1'
gem 'has_scope', '~> 0.6.0.rc'
gem 'feedzirra'
gem 'validation_reflection', git: 'git://github.com/ncri/validation_reflection.git'
gem 'inherited_resources', '1.3.1'
gem 'has_scope'
gem 'spectator-validates_email', require: 'validates_email'
gem 'video_info', '>= 1.1.1'
gem 'enumerate_it'
gem 'httparty', '~> 0.6.1' # this version is required by moip gem, otherwise payment confirmation will break
# Translations
gem 'http_accept_language'
gem 'routing-filter', '~> 0.4.0.pre'
gem 'routing-filter'
# Payment
gem 'moip', github: 'catarse/moip-ruby', ref: 'c0225ad71645cd1df35dafa1e45c9f092b3abb9e'
gem 'moip', git: 'git://github.com/catarse/moip-ruby.git'
gem 'activemerchant', '>= 1.17.0', require: 'active_merchant'
gem 'httpclient', '>= 2.2.5'
group :production do
gem 'google-analytics-rails'
# Gem used to handle image uploading
gem 'fog', '>= 1.3.1'
@@ -96,12 +99,9 @@ group :production do
# If you don't use Heroku, please comment the line below.
gem 'heroku-deflater', '>= 0.4.1'
# Make heroku serve static assets and loggin with stdout
#gem 'rails_on_heroku'
gem 'rails_12factor'
# Monitoring with the new new relic
gem 'newrelic_rpm', '3.6.5.130'
gem 'newrelic_rpm'
# Using dalli and memcachier have not presented significative performance gains
# Probably this is due to our pattern of cache usage
@@ -109,6 +109,7 @@ group :production do
#gem 'memcachier'
#gem 'dalli'
end
group :development do
gem "letter_opener"
gem 'foreman'
@@ -119,30 +120,39 @@ group :development do
end
group :test, :development do
gem 'rspec-rails', '~> 2.14.0'
gem 'pry'
gem 'jasmine-rails'
gem 'rspec-rails'
gem "pry"
end
group :test do
gem 'fakeweb'
gem 'poltergeist'
gem 'launchy'
gem 'database_cleaner'
gem 'shoulda'
gem 'factory_girl_rails'
gem 'capybara', '~> 2.1.0'
gem 'capybara', '~> 2.0.2'
gem 'jasmine'
gem 'coveralls', require: false
gem 'selenium-webdriver'
gem "selenium-webdriver", "~> 2.34.0"
end
gem 'sass-rails', '~> 4.0.0'
gem 'coffee-rails', '~> 4.0.0'
gem "compass-rails"
gem 'uglifier'
gem 'compass-960-plugin'
gem 'sprockets', '~> 2.10.1'
group :assets do
gem 'sass-rails'
gem 'coffee-rails'
gem "compass-rails"
gem 'uglifier'
gem 'compass-960-plugin'
end
# FIXME: Not-anymore-on-development
# Gems that are with 1 or more years on the vacuum
gem 'weekdays'
gem "rack-timeout"
# TODO: Take a look on dependencies. Why not auto_html?
gem 'rails_autolink', '~> 1.0.7'
# TODO: Take a look on dependencies
gem "RedCloth"
+298 -331
Ver Arquivo
@@ -1,260 +1,251 @@
GIT
remote: git://github.com/bernat/best_in_place.git
revision: 366413be357d65cdf47031e928aea969f72e3659
branch: rails-4
remote: git://github.com/catarse/catarse_mailchimp
revision: 2ed4f3931dfa292e5c1c62619772f04e41c68629
ref: 2ed4f39
specs:
best_in_place (2.0.3)
jquery-rails
rails (~> 4)
catarse_mailchimp (0.0.1)
mailchimp
supermodel
GIT
remote: git://github.com/catarse/moip-ruby.git
revision: c0225ad71645cd1df35dafa1e45c9f092b3abb9e
ref: c0225ad71645cd1df35dafa1e45c9f092b3abb9e
revision: 39f9dab38fc33fe9bf614deb8e90ca166ab2d6bf
specs:
moip (1.0.2)
activesupport (>= 2.3.2)
httparty (~> 0.6.1)
nokogiri (>= 1.5.0)
nokogiri (~> 1.5.0)
GIT
remote: git://github.com/ncri/validation_reflection.git
revision: 60320e6beb088808fd625a8d958dbd0d2661d494
specs:
validation_reflection (1.0.0)
GIT
remote: git://github.com/ryanb/cancan.git
revision: f1cebde51a87be149b4970a3287826bb63c0ac0b
ref: f1cebde51a87be149b4970a3287826bb63c0ac0b
branch: 2.0
specs:
cancan (2.0.0.alpha)
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
actionmailer (4.1.1)
actionpack (= 4.1.1)
actionview (= 4.1.1)
mail (~> 2.5.4)
actionpack (4.1.1)
actionview (= 4.1.1)
activesupport (= 4.1.1)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.1)
activesupport (= 4.1.1)
builder (~> 3.1)
actionmailer (3.2.13)
actionpack (= 3.2.13)
mail (~> 2.5.3)
actionpack (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
erubis (~> 2.7.0)
active_utils (2.2.1)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
active_utils (2.0.0)
activesupport (>= 2.3.11)
i18n
activemerchant (1.43.1)
active_utils (~> 2.0, >= 2.0.1)
activesupport (>= 2.3.14, < 5.0.0)
builder (>= 2.1.2, < 4.0.0)
i18n (~> 0.5)
json (~> 1.7)
money (< 7.0.0)
nokogiri (~> 1.4)
activemodel (4.1.1)
activesupport (= 4.1.1)
builder (~> 3.1)
activerecord (4.1.1)
activemodel (= 4.1.1)
activesupport (= 4.1.1)
arel (~> 5.0.0)
activesupport (4.1.1)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
addressable (2.3.6)
arel (5.0.1.20140414130214)
activemerchant (1.36.0)
active_utils (>= 1.0.2)
activesupport (>= 2.3.14)
builder (>= 2.0.0)
i18n
json (>= 1.5.1)
money
nokogiri (< 1.6.0)
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
activerecord (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
addressable (2.3.5)
arel (3.0.2)
auto_html (1.4.2)
RedCloth
redcarpet
rinku
tag_helper
bcrypt (3.1.7)
better_errors (1.1.0)
bcrypt-ruby (3.1.1)
best_in_place (2.1.0)
jquery-rails
rails (~> 3.1)
better_errors (0.9.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
browser (0.5.0)
builder (3.2.2)
capybara (2.1.0)
builder (3.0.4)
capybara (2.0.3)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
carrierwave (0.10.0)
selenium-webdriver (~> 2.0)
xpath (~> 1.0.0)
carrierwave (0.8.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
mime-types (>= 1.16)
catarse_moip (2.3.5)
enumerate_it
catarse_moip (1.0.1)
libxml-ruby (~> 2.6.0)
rails (~> 4.0)
catarse_monkeymail (0.1.4)
mailchimp-api (~> 2.0.4)
rails (>= 4.0.3)
catarse_paypal_express (2.2.3)
activemerchant (>= 1.34.0)
rails (~> 4.0)
rails (~> 3.2.12)
catarse_paypal_express (1.0.0)
activemerchant (>= 1.17.0)
rails (~> 3.2.6)
slim-rails
catarse_settings_db (0.0.2)
rails (~> 4.1.1)
celluloid (0.15.2)
timers (~> 1.1.0)
chartkick (1.2.4)
childprocess (0.5.3)
celluloid (0.14.1)
timers (>= 1.0.0)
chartkick (1.2.0)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
chunky_png (1.3.1)
cliver (0.3.2)
coderay (1.1.0)
coffee-rails (4.0.1)
chunky_png (1.2.8)
coderay (1.0.9)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.7.0)
compass (0.12.6)
coffee-script-source (1.6.3)
colorize (0.5.8)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.2.19)
sass (~> 3.1)
compass-960-plugin (0.10.4)
compass (>= 0.10.0)
compass-rails (1.1.7)
compass (>= 0.12.2)
sprockets (<= 2.11.0)
connection_pool (2.0.0)
coveralls (0.7.0)
compass-rails (1.0.3)
compass (>= 0.12.2, < 0.14)
connection_pool (1.1.0)
coveralls (0.6.7)
colorize
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
crack (0.1.8)
curb (0.8.5)
database_cleaner (1.3.0)
curb (0.8.4)
database_cleaner (1.1.1)
debug_inspector (0.0.2)
devise (3.2.4)
bcrypt (~> 3.0)
devise (3.0.2)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.2.5)
docile (1.1.3)
dotenv (0.11.1)
dotenv-deployment (~> 0.0.2)
dotenv-deployment (0.0.2)
draper (1.3.0)
diff-lcs (1.2.4)
dotenv (0.8.0)
draper (1.2.1)
actionpack (>= 3.0)
activemodel (>= 3.0)
activesupport (>= 3.0)
request_store (~> 1.0.3)
enumerate_it (1.2.1)
enumerate_it (1.1.1)
activesupport (>= 3.0.0)
erubis (2.7.0)
excon (0.36.0)
execjs (2.1.0)
excon (0.25.3)
execjs (1.4.0)
multi_json (~> 1.0)
ezcrypto (0.7.2)
factory_girl (4.4.0)
factory_girl (4.2.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.4.1)
factory_girl (~> 4.4.0)
factory_girl_rails (4.2.1)
factory_girl (~> 4.2.0)
railties (>= 3.0.0)
fakeweb (1.3.0)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
feedjira (1.3.0)
curb (~> 0.8.1)
loofah (~> 2.0.0)
sax-machine (~> 0.2.1)
ffi (1.9.3)
fog (1.22.1)
fog-brightbox
fog-core (~> 1.22)
fog-json
ipaddress (~> 0.5)
nokogiri (~> 1.5, >= 1.5.11)
fog-brightbox (0.0.2)
fog-core
fog-json
fog-core (1.22.0)
faraday (0.8.8)
multipart-post (~> 1.2.0)
feedzirra (0.0.24)
activesupport (>= 2.3.8)
builder (>= 2.1.2)
curb (>= 0.2.3)
loofah (>= 0.3.1)
nokogiri (> 0.0.0)
sax-machine (>= 0.0.12)
ffi (1.9.0)
fog (1.14.0)
builder
excon (~> 0.33)
formatador (~> 0.2)
excon (~> 0.25.0)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0)
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
fog-json (1.0.0)
multi_json (~> 1.0)
foreman (0.71.0)
dotenv (~> 0.11.1)
thor (~> 0.19.1)
formatador (0.2.5)
nokogiri (~> 1.5)
ruby-hmac
foreman (0.63.0)
dotenv (>= 0.7)
thor (>= 0.13.6)
formatador (0.2.4)
formtastic (2.2.1)
actionpack (>= 3.0)
fssm (0.2.10)
has_scope (0.6.0.rc)
actionpack (>= 3.2, < 5)
activesupport (>= 3.2, < 5)
hashie (2.1.1)
heroku-deflater (0.5.3)
google-analytics-rails (0.0.4)
has_scope (0.5.1)
hashie (2.0.5)
heroku-deflater (0.5.1)
rack (>= 1.4.5)
high_voltage (2.1.0)
hike (1.2.3)
htmlentities (4.3.2)
http_accept_language (2.0.1)
http_accept_language (1.0.2)
httparty (0.6.1)
crack (= 0.1.8)
httpauth (0.2.1)
httpauth (0.2.0)
httpclient (2.3.4.1)
i18n (0.6.9)
inherited_resources (1.4.1)
has_scope (~> 0.6.0.rc)
responders (~> 1.0.0.rc)
ipaddress (0.8.0)
jasmine-core (2.0.0)
jasmine-rails (0.9.0)
jasmine-core (>= 1.3, < 3.0)
phantomjs
railties (>= 3.1.0)
sprockets-rails
jquery-rails (3.1.0)
i18n (0.6.1)
inherited_resources (1.3.1)
has_scope (~> 0.5.0)
responders (~> 0.6)
jasmine (1.3.2)
jasmine-core (~> 1.3.1)
rack (~> 1.0)
rspec (>= 1.3.1)
selenium-webdriver (>= 0.1.3)
jasmine-core (1.3.1)
journey (1.0.4)
jquery-rails (3.0.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
jwt (0.1.13)
json (1.8.0)
jwt (0.1.8)
multi_json (>= 1.5)
kaminari (0.15.1)
kaminari (0.14.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.9.2)
launchy (2.4.2)
kgio (2.8.0)
launchy (2.3.0)
addressable (~> 2.3)
letter_opener (1.2.0)
letter_opener (1.1.2)
launchy (~> 2.2)
libxml-ruby (2.6.0)
loofah (2.0.0)
nokogiri (>= 1.5.9)
mail (2.5.4)
loofah (1.2.1)
nokogiri (>= 1.4.4)
mail (2.5.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mailchimp-api (2.0.4)
excon (>= 0.16.0)
json (>= 1.7.7)
mailchimp (0.0.9)
httparty
method_source (0.8.2)
mime-types (1.25.1)
mini_portile (0.6.0)
minitest (5.3.4)
mixpanel-ruby (1.4.0)
money (6.1.1)
i18n (~> 0.6.4)
multi_json (1.10.1)
multipart-post (2.0.0)
net-scp (1.2.1)
mime-types (1.24)
money (5.1.1)
i18n (~> 0.6.0)
multi_json (1.7.9)
multipart-post (1.2.0)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
newrelic_rpm (3.6.5.130)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
net-ssh (2.6.8)
newrelic_rpm (3.6.6.147)
nokogiri (1.5.10)
oauth (0.4.7)
oauth2 (0.8.1)
faraday (~> 0.8)
@@ -262,9 +253,9 @@ GEM
jwt (~> 0.1.4)
multi_json (~> 1.0)
rack (~> 1.2)
omniauth (1.2.1)
omniauth (1.1.4)
hashie (>= 1.2, < 3)
rack (~> 1.0)
rack
omniauth-facebook (1.4.0)
omniauth-oauth2 (~> 1.0.2)
omniauth-oauth (1.0.1)
@@ -273,192 +264,172 @@ GEM
omniauth-oauth2 (1.0.3)
oauth2 (~> 0.8.0)
omniauth (~> 1.0)
omniauth-twitter (1.0.1)
omniauth-twitter (1.0.0)
multi_json (~> 1.3)
omniauth-oauth (~> 1.0)
orm_adapter (0.5.0)
pg (0.17.1)
pg_search (0.7.4)
orm_adapter (0.4.0)
paper_trail (2.7.2)
activerecord (~> 3.0)
railties (~> 3.0)
pg (0.16.0)
pg_search (0.7.0)
activerecord (>= 3.1)
activesupport (>= 3.1)
arel
phantomjs (1.9.7.1)
poltergeist (1.5.1)
capybara (~> 2.1)
cliver (~> 0.3.1)
multi_json (~> 1.0)
websocket-driver (>= 0.2.0)
polyglot (0.3.5)
postgres-copy (0.8.0)
activerecord (~> 4.0)
polyglot (0.3.3)
postgres-copy (0.6.0)
activerecord (>= 3.0.0)
pg
rails (~> 4.0)
rails (>= 3.0.0)
responders
protected_attributes (1.0.7)
activemodel (>= 4.0.1, < 5.0)
pry (0.9.12.6)
coderay (~> 1.0)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
pundit (0.2.3)
activesupport (>= 3.0.0)
rack (1.5.2)
rack-protection (1.5.3)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-protection (1.5.0)
rack
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (4.1.1)
actionmailer (= 4.1.1)
actionpack (= 4.1.1)
actionview (= 4.1.1)
activemodel (= 4.1.1)
activerecord (= 4.1.1)
activesupport (= 4.1.1)
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.1)
sprockets-rails (~> 2.0)
rails-observers (0.1.2)
activemodel (~> 4.0)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.2)
rails_stdout_logging (0.0.3)
railties (4.1.1)
actionpack (= 4.1.1)
activesupport (= 4.1.1)
rack-timeout (0.0.4)
rails (3.2.13)
actionmailer (= 3.2.13)
actionpack (= 3.2.13)
activerecord (= 3.2.13)
activeresource (= 3.2.13)
activesupport (= 3.2.13)
bundler (~> 1.0)
railties (= 3.2.13)
rails_autolink (1.0.9)
rails (~> 3.1)
railties (3.2.13)
actionpack (= 3.2.13)
activesupport (= 3.2.13)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.13.0)
rake (10.3.2)
ranked-model (0.4.0)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.11.0)
rake (10.1.0)
ranked-model (0.3)
activerecord (>= 3.1.12)
redcarpet (3.1.2)
redis (3.0.7)
redis-namespace (1.4.1)
redis (~> 3.0.4)
rdoc (3.12.2)
json (~> 1.4)
redcarpet (3.0.0)
redis (3.0.4)
redis-namespace (1.3.1)
redis (~> 3.0.0)
request_store (1.0.5)
responders (1.0.0)
railties (>= 3.2, < 5)
responders (0.9.3)
railties (~> 3.1)
rest-client (1.6.7)
mime-types (>= 1.16)
rinku (1.7.3)
rmagick (2.13.2)
routing-filter (0.4.0.pre)
routing-filter (0.3.1)
actionpack
rspec-core (2.14.8)
rspec-expectations (2.14.5)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.4)
rspec-expectations (2.14.1)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
rspec-rails (2.14.2)
rspec-mocks (2.14.3)
rspec-rails (2.14.0)
actionpack (>= 3.0)
activemodel (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
ruby-ole (1.2.11.7)
rubyzip (1.1.4)
sass (3.2.19)
sass-rails (4.0.3)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sprockets-rails (~> 2.0)
sax-machine (0.2.1)
nokogiri (~> 1.6.0)
schema_associations (1.2.0)
schema_plus (>= 1.2.0)
schema_plus (1.5.1)
activerecord (>= 3.2)
ruby-hmac (0.4.0)
rubyzip (0.9.9)
sass (3.2.10)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sax-machine (0.1.0)
nokogiri (> 0.0.0)
schema_associations (1.1.0)
schema_plus
schema_plus (1.1.2)
rails (>= 3.2)
valuable
selenium-webdriver (2.42.0)
childprocess (>= 0.5.0)
selenium-webdriver (2.34.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
rubyzip
websocket (~> 1.0.4)
shoulda (3.5.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (>= 1.4.1, < 3.0)
shoulda-context (1.2.1)
shoulda-matchers (2.6.1)
shoulda-context (1.1.4)
shoulda-matchers (2.2.0)
activesupport (>= 3.0.0)
sidekiq (2.15.2)
celluloid (>= 0.15.2)
sidekiq (2.13.1)
celluloid (>= 0.14.1)
connection_pool (>= 1.0.0)
json
redis (>= 3.0.4)
redis-namespace (>= 1.3.1)
simple_form (3.0.2)
actionpack (~> 4.0)
activemodel (~> 4.0)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sinatra (1.4.5)
redis (>= 3.0)
redis-namespace
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sinatra (1.4.3)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
slim (2.0.2)
temple (~> 0.6.6)
tilt (>= 1.3.3, < 2.1)
slim-rails (2.1.4)
actionpack (>= 3.0, < 4.2)
activesupport (>= 3.0, < 4.2)
railties (>= 3.0, < 4.2)
slim (~> 2.0)
slop (3.5.0)
slim (1.3.9)
temple (~> 0.6.3)
tilt (~> 1.3, >= 1.3.3)
slim-rails (1.1.1)
actionpack (>= 3.0, < 4.1)
activesupport (>= 3.0, < 4.1)
railties (>= 3.0, < 4.1)
slim (~> 1.3)
slop (3.4.6)
spectator-validates_email (0.2.0)
activemodel (>= 3.0.0)
spreadsheet (0.9.7)
ruby-ole (>= 1.0)
sprockets (2.10.1)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.1.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
state_machine (1.2.0)
supermodel (0.1.4)
activemodel (>= 3.0.0.beta)
tag_helper (0.0.3)
temple (0.6.7)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.4)
temple (0.6.6)
thor (0.18.1)
tilt (1.4.1)
timers (1.1.0)
tins (1.3.0)
to_xls (1.5.3)
spreadsheet
treetop (1.4.15)
treetop (1.4.14)
polyglot
polyglot (>= 0.3.1)
tzinfo (1.2.1)
thread_safe (~> 0.1)
uglifier (2.5.0)
tzinfo (0.3.37)
uglifier (2.1.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicorn (4.8.3)
multi_json (~> 1.0, >= 1.0.2)
unicorn (4.6.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
valuable (0.9.8)
video_info (2.3.1)
video_info (1.4.0)
addressable
htmlentities
multi_json
warden (1.2.3)
rack (>= 1.0)
websocket (1.0.7)
websocket-driver (0.3.3)
weekdays (1.0.2)
xpath (2.0.0)
xpath (1.0.0)
nokogiri (~> 1.3)
PLATFORMS
@@ -466,78 +437,74 @@ PLATFORMS
DEPENDENCIES
RedCloth
activemerchant (>= 1.17.0)
auto_html (= 1.4.2)
best_in_place!
best_in_place
better_errors
binding_of_caller
browser
capybara (~> 2.1.0)
carrierwave (~> 0.10.0)
catarse_moip (~> 2.3.5)
catarse_monkeymail (>= 0.1.4)
catarse_paypal_express (= 2.2.3)
catarse_settings_db
cancan!
capybara (~> 2.0.2)
carrierwave (~> 0.8.0)
catarse_mailchimp!
catarse_moip (~> 1.0.1)
catarse_paypal_express (~> 1.0.0)
chartkick
coffee-rails (~> 4.0.0)
coffee-rails
compass-960-plugin
compass-rails
coveralls
database_cleaner
devise
draper
enumerate_it
ezcrypto
factory_girl_rails
fakeweb
feedjira
feedzirra
fog (>= 1.3.1)
foreman
formtastic (~> 2.2.1)
has_scope (~> 0.6.0.rc)
google-analytics-rails
has_scope
heroku-deflater (>= 0.4.1)
high_voltage
http_accept_language
httparty (~> 0.6.1)
httpclient (>= 2.2.5)
inherited_resources (~> 1.4.1)
jasmine-rails
inherited_resources (= 1.3.1)
jasmine
jquery-rails
kaminari
launchy
letter_opener
mixpanel-ruby
mail (= 2.5.3)
moip!
newrelic_rpm (= 3.6.5.130)
newrelic_rpm
omniauth
omniauth-facebook (= 1.4.0)
omniauth-twitter
paper_trail (~> 2.7.2)
pg
pg_search
poltergeist
postgres-copy
protected_attributes (~> 1.0.5)
pry
pundit
rails (~> 4.1.1)
rails-observers (~> 0.1.2)
rails_12factor
rack-timeout
rails (= 3.2.13)
rails_autolink (~> 1.0.7)
ranked-model
rmagick
routing-filter (~> 0.4.0.pre)
rspec-rails (~> 2.14.0)
sass-rails (~> 4.0.0)
routing-filter
rspec-rails
sass-rails
schema_associations
schema_plus
selenium-webdriver
selenium-webdriver (~> 2.34.0)
shoulda
sidekiq (~> 2.15.2)
simple_form
sidekiq (~> 2.13.0)
sinatra
slim-rails
slim-rails (~> 1.1.1)
spectator-validates_email
sprockets (~> 2.10.1)
state_machine
to_xls
uglifier
unicorn
validation_reflection!
video_info (>= 1.1.1)
weekdays
+37 -25
Ver Arquivo
@@ -1,68 +1,80 @@
# Catarse [![Build Status](https://secure.travis-ci.org/catarse/catarse.png?branch=master)](https://travis-ci.org/catarse/catarse) [![Coverage Status](https://coveralls.io/repos/catarse/catarse/badge.png?branch=channels)](https://coveralls.io/r/catarse/catarse) [![Dependency Status](https://gemnasium.com/catarse/catarse.png)](https://gemnasium.com/catarse/catarse) [![Code Climate](https://codeclimate.com/github/catarse/catarse.png)](https://codeclimate.com/github/catarse/catarse)
# Catarse
The first crowdfunding platform from Brazil
## Code & Build Status
- [![Build Status](https://secure.travis-ci.org/catarse/catarse.png?branch=master)](https://travis-ci.org/catarse/catarse)
- [![Coverage Status](https://coveralls.io/repos/catarse/catarse/badge.png?branch=channels)](https://coveralls.io/r/catarse/catarse)
- [![Dependency Status](https://gemnasium.com/catarse/catarse.png)](https://gemnasium.com/catarse/catarse)
## Official repository changed!
Our new address is https://github.com/catarse/catarse
## An open source crowdfunding platform for creative projects
Welcome to Catarse's source code repository.
Our goal with opening the source code is to stimulate the creation of a community of developers around a high-quality crowdfunding platform.
Welcome to Catarse's source code repository. Our goal with opening the source code is to stimulate the creation of a community of developers around a high-quality crowdfunding platform.
You can see the software in action in http://catarse.me.
The official repo is https://github.com/catarse/catarse
## Getting started
### Quick Installation
## Internationalization
**IMPORTANT**: Make sure you have postgresql-contrib ([Aditional Modules](http://www.postgresql.org/docs/9.3/static/contrib.html)) installed on your system.
```bash
$ git clone https://github.com/catarse/catarse.git
$ cd catarse
$ cp config/database.sample.yml config/database.yml
$ vim config/database.yml
# change username/password and save
$ bundle install
$ rake db:create db:migrate db:seed
$ rails server
```
This software was first created as Brazil's first crowdfunding platform.
Thus, it was first made in Portuguese and with a brazilian payment gateway.
We are now internationalizing it, and already have a good support for the english language and for paypal express checkout.
See below the Payment gateways section for more information about integrating Catarse with a payment system of your choice.
If you want to join us in this effort, please feel free to fork the repository and send us a pull request with your changes. If you have *any* doubt, please join our Google Group at http://groups.google.com/group/catarse-dev and we will help you.
### Translations
We hope to support a lot of languages in the future.
So we are willing to accept pull requests with translations to other languages.
We hope to support a lot of languages in the future. So we are willing to accept pull requests with translations to other languages. Here's a small guide to translate Catarse to your language in a way that we can integrate your translation in the main repository:
* TODO
Thanks a lot to Daniel Walmsley, from http://purpose.com, for starting the internationalization and beginning the english translation.
## Payment gateways
Currently, we support MoIP, PayPal and WePay through our payment engines. Payment engines are extensions to Catarse that implement a specific payment gateway logic.
The current working engines are:
Currently, we support MoIP and PayPal through our payment engines. Payment engines are extensions to Catarse that implement a specific payment gateway logic.
The two current working engines are:
* MoIP
* PayPal
* WePay
If you have created a different payment engine to Catarse please contact us so we can link your engine here.
If you want to create a payment engine please join our mailing list at http://groups.google.com/group/catarse-dev
Here are some tips to get things started:
## How to contribute with code
Before contributing, take a look at our Roadmap (https://www.pivotaltracker.com/projects/427075) and discuss your plans in our mailing list (http://groups.google.com/group/catarse-dev).
Our pivotal is concerned with user visible features using user stories. But we do have some features not visible to users that are planned such as:
* Turn Catarse into a Rails Engine with customizable views.
* Turn Backer model into a finite state machine using the state_machine gem as we did with the Project model.
* Improve the payments engine isolation providing a clear API to integrate new payment engines in the backer review page.
* Make a installer script to guide users through initial Catarse configuration.
Currently, a lot of functionality is not tested. If you don't know how to start contributing, please help us regaining control over the code and write a few tests for us! *Any* doubt, please join our Google Group at http://groups.google.com/group/catarse-dev and we will help you out.
After that, just fork the project, change what you want, and send us a pull request.
### Coding style
* We prefer the `{foo: 'bar'}` over `{:foo => 'bar'}`
* We prefer the `->(foo){ bar(foo) }` over `lambda{|foo| bar(foo) }`
### Best practices (or how to get your pull request accepted faster)
* Follow this style guide: https://github.com/bbatsov/ruby-style-guide
We use RSpec and Steak for the tests, and the best practices are:
* Create one acceptance tests for each scenario of the feature you are trying to implement.
* Create model and controller tests to keep 100% of code coverage at least in the new parts that you are writing.
* Feel free to add specs to the code that is already in the repository without the proper coverage ;)
* Regard the existing tests for a style guide, we try to use implicit spec subjects and lazy evaluation as often as we can.
* Try to isolate models from controllers as best as you can.
* Regard the existing tests for a style guide, we try to use implicit spec subjects and lazy evaluation as often as we can.
## Credits
+12 -12
Ver Arquivo
@@ -9,7 +9,7 @@ Vagrant::Config.run do |config|
config.vm.box_url = "http://files.vagrantup.com/precise32.box"
# Customizing memory. The VM will need at least 512MB
config.vm.customize ["modifyvm", :id, "--memory", 512]
config.vm.customize ["modifyvm", :id, "--memory", 512]
config.vm.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
# In case the Rails app runs on port 3000, make it available on the host
@@ -21,7 +21,7 @@ Vagrant::Config.run do |config|
# NOTE:
# This path should be created. Why? Because we want to enforce cookbooks repositories
# Just `mkdir cookbooks` inside the Catarse repository
# Install vagrant gem install librarian-chef
# Install vagrant gem install librarian-chef
# Only this and cookbooks will be automatically installed
chef.cookbooks_path = "cookbooks"
@@ -61,28 +61,28 @@ Vagrant::Config.run do |config|
chef.add_recipe "set_locale::postgres"
# Configuration:
# Configuration:
# The JSON below is where we configure or modify our recipes attributes
# Every recipe has an 'attributes' folder, and these are accessible using the hash format
chef.json = {
# Installing The latest ruby version
rvm: {
default_ruby: 'ruby-2.1.0',
default_ruby: 'ruby-1.9.3-p392',
# Installing multiple ruby versions
rubies: ['2.0.0-p0'],
upgrade: :latest,
# Gems that will be accessed globally
global_gems: [
{ name: :thin },
{ name: :thin },
{ name: :bundler },
# Add heroku to make deployment easier
{ name: :heroku },
],
# Somehow needed for Vagrant
vagrant: {
system_chef_solo: '/opt/vagrant_ruby/bin/chef-solo'
@@ -90,7 +90,7 @@ Vagrant::Config.run do |config|
},
# Configuring postgreSQL
# WARNING:
# WARNING:
# If you're going to deploy using Chef, please Change all these configurations!
postgresql: {
listen_addresses: "*",
@@ -110,18 +110,18 @@ Vagrant::Config.run do |config|
},
# Making the terminal looks good with theming and assigning to the vagrant user
oh_my_zsh: {
users: [{
users: [{
login: :vagrant,
plugins: %w{git bundler ruby vi rails}
}]
}
}
end
# Run the Rails project right on vagrant up
# Run the Rails project right on vagrant up
config.vm.provision :shell, inline: %q{cd /vagrant && export DISPLAY=:99}
config.vm.provision :shell, inline: %q{sudo /etc/init.d/xvfb start}
config.vm.provision :shell, inline: %q{sudo bash -c "echo 'UseDNS no' >> /etc/ssh/sshd_config"}
Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 3.1 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 3.4 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 3.0 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 3.3 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 4.8 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 7.1 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 288 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 1.2 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 520 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 396 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 117 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 333 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 760 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 31 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 3.0 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 36 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 30 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 27 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 34 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 28 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 37 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 31 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 203 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 2.1 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 5.4 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 38 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 14 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 289 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 1.0 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 1.5 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 1.2 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 1.5 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 828 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 1.5 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 1.2 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 822 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 149 B

Depois

Largura:  |  Altura:  |  Tamanho: 312 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 286 B

Depois

Largura:  |  Altura:  |  Tamanho: 570 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 700 B

Depois

Largura:  |  Altura:  |  Tamanho: 919 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 283 B

Depois

Largura:  |  Altura:  |  Tamanho: 402 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 400 B

Depois

Largura:  |  Altura:  |  Tamanho: 1015 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 43 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 44 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 109 B

Depois

Largura:  |  Altura:  |  Tamanho: 219 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 525 B

Depois

Largura:  |  Altura:  |  Tamanho: 1.0 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 692 B

Depois

Largura:  |  Altura:  |  Tamanho: 1.2 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 143 B

Depois

Largura:  |  Altura:  |  Tamanho: 314 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 199 B

Depois

Largura:  |  Altura:  |  Tamanho: 457 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 341 B

Depois

Largura:  |  Altura:  |  Tamanho: 583 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 1.6 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 247 B

Depois

Largura:  |  Altura:  |  Tamanho: 675 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 592 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 214 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 180 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 91 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 149 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 485 B

Depois

Largura:  |  Altura:  |  Tamanho: 3.3 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 193 B

Depois

Largura:  |  Altura:  |  Tamanho: 383 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 747 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 569 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 275 B

Depois

Largura:  |  Altura:  |  Tamanho: 519 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 533 B

Depois

Largura:  |  Altura:  |  Tamanho: 896 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 278 B

Depois

Largura:  |  Altura:  |  Tamanho: 450 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 218 B

Depois

Largura:  |  Altura:  |  Tamanho: 435 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 23 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 175 B

Depois

Largura:  |  Altura:  |  Tamanho: 353 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 173 B

Depois

Largura:  |  Altura:  |  Tamanho: 350 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 174 B

Depois

Largura:  |  Altura:  |  Tamanho: 351 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 173 B

Depois

Largura:  |  Altura:  |  Tamanho: 351 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 148 B

Depois

Largura:  |  Altura:  |  Tamanho: 300 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 148 B

Depois

Largura:  |  Altura:  |  Tamanho: 298 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 148 B

Depois

Largura:  |  Altura:  |  Tamanho: 297 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 148 B

Depois

Largura:  |  Altura:  |  Tamanho: 299 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 148 B

Depois

Largura:  |  Altura:  |  Tamanho: 300 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 282 B

Depois

Largura:  |  Altura:  |  Tamanho: 397 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 234 B

Depois

Largura:  |  Altura:  |  Tamanho: 352 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 4.2 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 4.3 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 661 B

Depois

Largura:  |  Altura:  |  Tamanho: 1.3 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 44 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 214 B

Depois

Largura:  |  Altura:  |  Tamanho: 398 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 792 B

Depois

Largura:  |  Altura:  |  Tamanho: 969 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 546 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 833 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 738 B

Depois

Largura:  |  Altura:  |  Tamanho: 900 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 1.1 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 297 B

Depois

Largura:  |  Altura:  |  Tamanho: 577 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 355 B

Depois

Largura:  |  Altura:  |  Tamanho: 756 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 374 B

Depois

Largura:  |  Altura:  |  Tamanho: 856 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 339 B

Depois

Largura:  |  Altura:  |  Tamanho: 713 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 364 B

Depois

Largura:  |  Altura:  |  Tamanho: 765 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 318 B

Depois

Largura:  |  Altura:  |  Tamanho: 708 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 681 B

Depois

Largura:  |  Altura:  |  Tamanho: 1.3 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 280 B

Depois

Largura:  |  Altura:  |  Tamanho: 626 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 229 B

Depois

Largura:  |  Altura:  |  Tamanho: 376 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 601 B

Depois

Largura:  |  Altura:  |  Tamanho: 1.2 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 423 B

Depois

Largura:  |  Altura:  |  Tamanho: 759 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 256 B

Depois

Largura:  |  Altura:  |  Tamanho: 527 B

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 362 B

Depois

Largura:  |  Altura:  |  Tamanho: 904 B

Alguns arquivos não foram exibidos porque demasiados arquivos foram alterados neste diff Mostrar Mais