repo
string
commit
string
message
string
diff
string
infused/stater
cabf8b1ed7eedf47c4b8d66c07c53f8dcc5345e9
Cleanup
diff --git a/lib/stater/amortization.rb b/lib/stater/amortization.rb index 0752df0..1d840e3 100644 --- a/lib/stater/amortization.rb +++ b/lib/stater/amortization.rb @@ -1,52 +1,52 @@ -Struct.new('Payment', :payment_number, :payment, :principal, :interest, :principal_balance) +Struct.new('Payment', :number, :payment, :p...
infused/stater
380f6d41472b516021dc309d8af37b8d8355d176
Amortizations are now matching the output from TValue
diff --git a/lib/stater/amortization.rb b/lib/stater/amortization.rb index f0a19e6..0752df0 100644 --- a/lib/stater/amortization.rb +++ b/lib/stater/amortization.rb @@ -1,50 +1,52 @@ -Struct.new('Payment', :payment_number, :payment, :principal, :interest, :remaining_principal) +Struct.new('Payment', :payment_number, :p...
infused/stater
a5870497f283f8c969b2d1d46456573148f5e9f1
BigDecimal conversion
diff --git a/lib/stater/amortization.rb b/lib/stater/amortization.rb index 0a4517b..f0a19e6 100644 --- a/lib/stater/amortization.rb +++ b/lib/stater/amortization.rb @@ -1,46 +1,50 @@ Struct.new('Payment', :payment_number, :payment, :principal, :interest, :remaining_principal) +class NilClass + def to_d + nil + en...
infused/stater
0f8cbf1d9b3e0aedcc11e64e57dcd2448ef3bf6d
Unrounded amort schedule
diff --git a/lib/stater.rb b/lib/stater.rb index 88e3598..75533e5 100644 --- a/lib/stater.rb +++ b/lib/stater.rb @@ -1,5 +1,6 @@ require 'bigdecimal' +require 'bigdecimal/util' require 'stater/tvm' require 'stater/base' require 'stater/amortization' diff --git a/lib/stater/amortization.rb b/lib/stater/amortizatio...
infused/stater
d5445318836ef9d64d35bc3b82554b4fed67b2b8
Simplify
diff --git a/lib/stater.rb b/lib/stater.rb index 3e19aa6..88e3598 100644 --- a/lib/stater.rb +++ b/lib/stater.rb @@ -1,7 +1,5 @@ require 'bigdecimal' +require 'stater/tvm' require 'stater/base' require 'stater/amortization' -require 'stater/simple_interest' -require 'stater/tvm/annual' -require 'stater/tvm/compoun...
infused/stater
25ab5e49febab852223a1dd2134541ec506139e6
Move Manifest.txt to trunk
diff --git a/Manifest.txt b/Manifest.txt new file mode 100644 index 0000000..e69de29
infused/stater
d2611ed77f8b0f3e02a17e577cc9f5eb238ef325
Move Rakefile to trunk
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..5f417b1 --- /dev/null +++ b/Rakefile @@ -0,0 +1,7 @@ +require "rubygems" +require "hoe" + +Hoe.new("stater", "1.0.0") do |p| + p.author = "Keith Morrison" + p.test_globs = ["test/**/*_test.rb"] +end
infused/stater
2cc7e6089e4128c62426acf5d5fc3b736ed88c2d
Move test to trunk
diff --git a/test/test_helper.rb b/test/test_helper.rb new file mode 100644 index 0000000..f92e404 --- /dev/null +++ b/test/test_helper.rb @@ -0,0 +1,3 @@ +$:.unshift(File.dirname(__FILE__) + "/../lib/") +require 'test/unit' +require 'stater' diff --git a/test/unit/amortization_test.rb b/test/unit/amortization_test.rb ...
infused/stater
d1e4a6361d2a63c617f530d639e3d9f003203b4b
Move lib to trunk
diff --git a/lib/stater.rb b/lib/stater.rb new file mode 100644 index 0000000..3e19aa6 --- /dev/null +++ b/lib/stater.rb @@ -0,0 +1,7 @@ +require 'bigdecimal' + +require 'stater/base' +require 'stater/amortization' +require 'stater/simple_interest' +require 'stater/tvm/annual' +require 'stater/tvm/compound' diff --git ...
pearl-zz/jr_test
121ffd6ac6dde07a4b43e7099c019ac61df04a20
fix some bugs
diff --git a/app/models/account.rb b/app/models/account.rb index 1fa00e2..d5cb457 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -1,18 +1,18 @@ class Account < ActiveRecord::Base has_many :posts has_many :comments has_many :secret_models jr_model :fields => [:name, :login, :email...
pingviini/jyu.pas.wsse
c14f77d85bfc6d7ea87e1904b4426af5b1f8c4d7
Added missing files.
diff --git a/jyu/pas/wsse/README.txt b/jyu/pas/wsse/README.txt index 43f41e4..56e9636 100644 --- a/jyu/pas/wsse/README.txt +++ b/jyu/pas/wsse/README.txt @@ -1,51 +1,73 @@ Tests for jyu.pas.wsse test setup ---------- >>> from Testing.ZopeTestCase import user_password >>> from Products.Five.testbrowser i...
pingviini/jyu.pas.wsse
5a811535e65524c6c00faf472224bd2bf84ae0f5
Added control panel
diff --git a/jyu/pas/wsse/browser/control-panel.pt b/jyu/pas/wsse/browser/control-panel.pt new file mode 100644 index 0000000..9527af6 --- /dev/null +++ b/jyu/pas/wsse/browser/control-panel.pt @@ -0,0 +1,225 @@ +<html xmlns="http://www.w3.org/1999/xhtml" + xmlns:metal="http://xml.zope.org/namespaces/metal" + ...
robinvanderknaap/MvcSiteMap
06323ef01a1f51b5f0647b8a84d1af5303c9b026
Added license and readme file
diff --git a/License.txt b/License.txt new file mode 100644 index 0000000..dfcbc2b --- /dev/null +++ b/License.txt @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted ...
dim/retrospectiva.scm_ticketing
0a5d51ffc6fdc77815fe947cf03c68891a06813b
Added more specs
diff --git a/spec/fixtures/statuses.yml b/spec/fixtures/statuses.yml index 6aac7d0..3012216 100644 --- a/spec/fixtures/statuses.yml +++ b/spec/fixtures/statuses.yml @@ -1,21 +1,26 @@ open: name: Open rank: 1 state_id: 1 statement_id: 2 default_value: true assigned: name: Assigned rank: 2 state...
dim/retrospectiva.scm_ticketing
0735a17dcd822de2bf296e7c2042b20c89b255e6
Improved parser
diff --git a/lib/repository/commit_log_parser.rb b/lib/repository/commit_log_parser.rb index a85e1cc..afb6fdb 100755 --- a/lib/repository/commit_log_parser.rb +++ b/lib/repository/commit_log_parser.rb @@ -1,56 +1,56 @@ #-- # Copyright (c) 2009 # Please read LICENSE document for more information. #++ class Reposit...
dim/retrospectiva.scm_ticketing
a02561e19ed31f84e0748729a37a97e848bad8ce
Added more specs
diff --git a/spec/models/changeset_spec.rb b/spec/models/changeset_spec.rb index a32fcd8..9675561 100644 --- a/spec/models/changeset_spec.rb +++ b/spec/models/changeset_spec.rb @@ -1,48 +1,55 @@ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe Changeset do fixtures :all def new_...
dim/retrospectiva.scm_ticketing
74e331ef486476809193c9731806fe3a226fcdc0
Fixed bulk update issue / Updated specs
diff --git a/ext/changeset.rb b/ext/changeset.rb index bb54e18..bd8acff 100644 --- a/ext/changeset.rb +++ b/ext/changeset.rb @@ -1,40 +1,40 @@ #-- # Copyright (c) 2009 Mathew Abonyi, Dimitrij Denissenko # Please read LICENSE document for more information. #++ # This extension to the Changeset model translates SC...
dim/retrospectiva.scm_ticketing
de4671087861a7accc31571555421cd9e11ace22
Initial Release
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..18f1b87 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ + ---------------------------------------------------------------------------- + Copyright (c) 2009 Mathew Abonyi, Dimitrij Denissenko + + Permission is hereby granted, free of charge, to any person o...
openscriptures/openscriptures
da6ba3932b34287325f10e71ce34104e8a0ba03a
Initial move of django code from svn to git
diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..f576755 --- /dev/null +++ b/build.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +perl -e 'print scalar(localtime) . "\n"' + +python manage.py reset core --noinput +python manage.p...
ryanto/PHP-Seo
5c1a3016b8030370dee64bcd51132fc6d5fe9435
read me updated with url to documentation
diff --git a/readme.markdown b/readme.markdown index e69de29..8ac713e 100644 --- a/readme.markdown +++ b/readme.markdown @@ -0,0 +1 @@ +http://www.potstuck.com/2010/03/19/php-seo-sitemaps-and-robots-txt/
ryanto/PHP-Seo
84350ff66ba9f77beaf519c566d2343d91d7f0fc
php doc blocks added
diff --git a/library/PSeo/Robots/Txt.php b/library/PSeo/Robots/Txt.php index 500d09a..a2d63ae 100644 --- a/library/PSeo/Robots/Txt.php +++ b/library/PSeo/Robots/Txt.php @@ -1,53 +1,92 @@ <?php +/** + * Generates robots.txt + * + */ class PSeo_Robots_Txt { private $_allow = array('/'); private $...
ryanto/PHP-Seo
fccd9af779bbb186bcb2d8d97743a49216c0e5e3
only printing sitemap in robots if it is set
diff --git a/library/PSeo/Robots/Txt.php b/library/PSeo/Robots/Txt.php index f8c2234..500d09a 100644 --- a/library/PSeo/Robots/Txt.php +++ b/library/PSeo/Robots/Txt.php @@ -1,50 +1,53 @@ <?php class PSeo_Robots_Txt { private $_allow = array('/'); private $_block = array(); private $_userAgent...
ryanto/PHP-Seo
f27df733951070fc39fb68f238f4cfa579be5a58
added txt sitemaps
diff --git a/library/PSeo/Sitemap/Txt.php b/library/PSeo/Sitemap/Txt.php new file mode 100644 index 0000000..ac41853 --- /dev/null +++ b/library/PSeo/Sitemap/Txt.php @@ -0,0 +1,22 @@ +<?php + +require_once 'PSeo/Sitemap/Abstract.php'; +require_once 'PSeo/Sitemap/Url/Txt.php'; + + +class PSeo_Sitemap_Txt extends P...
ryanto/PHP-Seo
533c2dd6ae213cf7746035fb145cf347e6c1bb9e
added sitemap to robots
diff --git a/library/PSeo/Robots/Txt.php b/library/PSeo/Robots/Txt.php index fef08f0..f8c2234 100644 --- a/library/PSeo/Robots/Txt.php +++ b/library/PSeo/Robots/Txt.php @@ -1,44 +1,50 @@ <?php class PSeo_Robots_Txt { private $_allow = array('/'); private $_block = array(); private $_userAgent...
ryanto/PHP-Seo
271d567b612338f2eda775648e42582f41dc8051
sitemaps
diff --git a/library/PSeo/Sitemap/Abstract.php b/library/PSeo/Sitemap/Abstract.php index 5aa4772..f6496df 100644 --- a/library/PSeo/Sitemap/Abstract.php +++ b/library/PSeo/Sitemap/Abstract.php @@ -1,33 +1,37 @@ <?php -require_once 'PSeo/Sitemap/Url.php'; - abstract class PSeo_Sitemap_Abstract { abstrac...
ryanto/PHP-Seo
09c767db134d82d9e4f57b1412c2f3a14b09bb3b
setting up abstract urls, got xml done
diff --git a/library/PSeo/Sitemap/Abstract.php b/library/PSeo/Sitemap/Abstract.php index fef08f0..5aa4772 100644 --- a/library/PSeo/Sitemap/Abstract.php +++ b/library/PSeo/Sitemap/Abstract.php @@ -1,44 +1,33 @@ <?php -class PSeo_Robots_Txt { +require_once 'PSeo/Sitemap/Url.php'; - private $_allow = array('...
ryanto/PHP-Seo
984dc7a24d1aea3a57b2215d023f268d2ad000e7
directory structure, robots generator, robots tests
diff --git a/library/PSeo/Robots/Txt.php b/library/PSeo/Robots/Txt.php new file mode 100644 index 0000000..fef08f0 --- /dev/null +++ b/library/PSeo/Robots/Txt.php @@ -0,0 +1,44 @@ +<?php + +class PSeo_Robots_Txt { + + private $_allow = array('/'); + private $_block = array(); + private $_userAgent = '*';...
jugyo/flask-gae-template
857336755a3a17f72001627934a2ec73ac6ff183
rename bootstrap file
diff --git a/app.yaml b/app.yaml index 278b27a..a4d060a 100644 --- a/app.yaml +++ b/app.yaml @@ -1,14 +1,14 @@ application: app version: 1 runtime: python api_version: 1 handlers: - url: /favicon.ico static_files: static/favicon.ico upload: static/favicon.ico - url: /robots.txt static_files: static/ro...
jugyo/flask-gae-template
d9c2e632e5c99d61c519b74aefe85512fef914e1
rename dir 'lib' => 'vendor'
diff --git a/main.py b/main.py index 5213f4d..eb3e3f6 100755 --- a/main.py +++ b/main.py @@ -1,6 +1,6 @@ import sys -sys.path.append('lib') +sys.path.append('vendor') from wsgiref.handlers import CGIHandler from app import app CGIHandler().run(app) diff --git a/setup.sh b/setup.sh index 98ab3bd..3eefb57 100755 --...
jugyo/flask-gae-template
2f70f5dfab6ec0bf750133126797e1595c06fcfc
remove self at last
diff --git a/setup.sh b/setup.sh index 9dd898f..ca7a652 100755 --- a/setup.sh +++ b/setup.sh @@ -1,19 +1,20 @@ #!/bin/sh mkdir lib libs='flask jinja2 werkzeug' for i in $libs do rm -rf $i done easy_install -U Flask for i in $libs do d=`easy_install -m $i | grep Using | awk '{print $2}'`/$i cp ...
jugyo/flask-gae-template
acac2598e4521cde1bb8169db2f9d1b8ff32025b
remove .git at last
diff --git a/setup.sh b/setup.sh index de959a5..9dd898f 100755 --- a/setup.sh +++ b/setup.sh @@ -1,17 +1,19 @@ #!/bin/sh mkdir lib libs='flask jinja2 werkzeug' for i in $libs do rm -rf $i done easy_install -U Flask for i in $libs do d=`easy_install -m $i | grep Using | awk '{print $2}'`/$i cp ...
jugyo/flask-gae-template
707f7e47192e97903a01df150d169f1374625a65
fix a app url on local
diff --git a/README.md b/README.md index 810d3af..dd41847 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,33 @@ flask-gae-template ====== Setup ------ - git clone http://github.com/jugyo/flask-gae-template.git app - cd app - ./setup.sh + $ git clone http://github.com/jugyo/flask-gae-template.git ...
jugyo/flask-gae-template
be1cc56f9300934e3ef13dfc1ddbf78094caff8d
modify README
diff --git a/README.md b/README.md index acf53fa..810d3af 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,33 @@ flask-gae-template ====== Setup ------ - git clone http://github.com/jugyo/flask-gae-template.git - cd flask-gae-template + git clone http://github.com/jugyo/flask-gae-template.git app + ...
jugyo/flask-gae-template
6ae5fe79e649d5d92ea0d20150b46e2252f81f3b
changed sample to demo using DataStore
diff --git a/README.md b/README.md index e81c0d8..acf53fa 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,33 @@ flask-gae-template ====== Setup ------ git clone http://github.com/jugyo/flask-gae-template.git cd flask-gae-template ./setup.sh Run ------ dev_appserver.py . and open ...
jugyo/flask-gae-template
d6152f201e7b43f8fbd98e29e5c93ccda4043858
ignore *.pyc
diff --git a/.gitignore b/.gitignore index b953268..04c3401 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ index.yaml +*.pyc
jugyo/flask-gae-template
07e065e67b99e736fb498837d25d82de651f9dc4
create main.py for bootstrap
diff --git a/app.py b/app.py old mode 100755 new mode 100644 index d59bf94..f42fa07 --- a/app.py +++ b/app.py @@ -1,23 +1,16 @@ -import sys -sys.path.append('lib') - from flask import Flask from flask import render_template, request # if necessary # from flask import redirect, url_for, session,\ # abort, flash...
jugyo/flask-gae-template
d9be1c35ee2e4b9ae172d575d3f6b51379cec807
add @app.route('/')
diff --git a/app.py b/app.py index 9c343a6..d59bf94 100755 --- a/app.py +++ b/app.py @@ -1,20 +1,23 @@ import sys sys.path.append('lib') from flask import Flask -from flask import render_template +from flask import render_template, request # if necessary -# from flask import redirect, url_for, session, request,...
jugyo/flask-gae-template
9299a82ff0cabe2da23c324f0a3957379d8c14fa
add link to flask.pocoo.org
diff --git a/README.md b/README.md index 7adb11d..e81c0d8 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,34 @@ flask-gae-template ====== Setup ------ git clone http://github.com/jugyo/flask-gae-template.git cd flask-gae-template ./setup.sh Run ------ dev_appserver.py . and open ...
jugyo/flask-gae-template
22fa8bbbe90ad0a8b030238775aaec4214b167b7
add sample for using template
diff --git a/README.md b/README.md index b2988cf..7adb11d 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,29 @@ flask-gae-template ====== Setup ------ git clone http://github.com/jugyo/flask-gae-template.git cd flask-gae-template ./setup.sh Run ------ dev_appserver.py . +and open ...
jugyo/flask-gae-template
f6d70e1efe01f7449160f0054bd0ca4e6b1bad9e
use 'lib' dir as library's dir
diff --git a/app.py b/app.py index 04f436a..692f9bf 100755 --- a/app.py +++ b/app.py @@ -1,15 +1,18 @@ +import sys +sys.path.append('lib') + from flask import Flask # if necessary # from flask import redirect, url_for, session, request,\ # render_template, abort, flash, get_flashed_messages, g, Response\ app...
jugyo/flask-gae-template
493133289e2544f84c890becb5ea949f134fe58b
added TODO to README
diff --git a/README.md b/README.md index 458b4b5..b2988cf 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,27 @@ flask-gae-template ====== Setup ------ git clone http://github.com/jugyo/flask-gae-template.git cd flask-gae-template ./setup.sh Run ------ dev_appserver.py . Deploy -...
jugyo/flask-gae-template
d37c29122b74c0361894bc85d6f8b9222641eb94
fix easy_install option
diff --git a/setup.sh b/setup.sh index 8a8ad1c..c690a8d 100755 --- a/setup.sh +++ b/setup.sh @@ -1,15 +1,15 @@ #!/bin/sh lib='flask jinja2 werkzeug' for i in $lib do rm -rf $i done -easy_install -U -i http://pypi.python.jp/ Flask +easy_install -U Flask for i in $lib do d=`easy_install -m $i | grep Us...
jugyo/flask-gae-template
dc78837874065fc5dc60346c75b33bdd5c9ead38
changed method name for path '/'
diff --git a/app.py b/app.py index 7fec4fa..04f436a 100755 --- a/app.py +++ b/app.py @@ -1,15 +1,15 @@ from flask import Flask # if necessary # from flask import redirect, url_for, session, request,\ # render_template, abort, flash, get_flashed_messages, g, Response\ app = Flask(__name__) @app.route('/') ...
jugyo/flask-gae-template
673d7a0b862133158537bc0b6860fa36dfa86412
wrote about deploy
diff --git a/README.md b/README.md index 12adad2..458b4b5 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,21 @@ flask-gae-template ====== Setup ------ git clone http://github.com/jugyo/flask-gae-template.git cd flask-gae-template ./setup.sh Run ------ dev_appserver.py . + +Deploy +-...
jugyo/flask-gae-template
3c5df013334d547f6c42dae526f0f77d5e14eda2
modified README
diff --git a/README.md b/README.md index bbc6805..12adad2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ flask-gae-template ====== Setup ------ + git clone http://github.com/jugyo/flask-gae-template.git + cd flask-gae-template ./setup.sh + +Run +------ + + dev_appserver.py .
jugyo/flask-gae-template
8edd991ef3265b54a59f0c558695b12e18499f00
modified app.yaml
diff --git a/app.yaml b/app.yaml index 1df6ca5..edd1ea7 100644 --- a/app.yaml +++ b/app.yaml @@ -1,14 +1,14 @@ -application: translate +application: app version: 1 runtime: python api_version: 1 handlers: - url: /favicon.ico static_files: static/favicon.ico upload: static/favicon.ico - url: /robots.txt ...
jugyo/flask-gae-template
2713f52057e59dca12de438a58ad3e32b4e4ff09
ignore index.yaml
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b953268 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +index.yaml
jugyo/flask-gae-template
ebc65e80c1031f4d6fa7ebb53e8c4f75cc13e888
create a setup script
diff --git a/README.md b/README.md index ccf528b..bbc6805 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ flask-gae-template ====== + +Setup +------ + + ./setup.sh diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..8a8ad1c --- /dev/null +++ b/setup.sh @@ -0,0 +1,15 @@ +#!/bin/sh +lib='flas...
namin/lua
c7be5ffdd8ab73198b8296f7120c68f49929b470
formatting
diff --git a/reading-order-recommended-by-mike-pall.md b/reading-order-recommended-by-mike-pall.md index b11b8ca..72880eb 100644 --- a/reading-order-recommended-by-mike-pall.md +++ b/reading-order-recommended-by-mike-pall.md @@ -1,68 +1,69 @@ Recommended reading order +========================= 1. lmathlib.c, lstr...
wjzhangq/python-msn-bot
0ea46bd66d5b5def11e7b9b0afd34f45a5726d02
in hand php
diff --git a/msnbot.py b/msnbot.py index a746986..843fda7 100755 --- a/msnbot.py +++ b/msnbot.py @@ -1,310 +1,310 @@ #!/usr/bin/evn ptyhon # -*- coding:utf-8 -*- import msnlib, msncb import os, sys, select, socket, time, re import threading import urllib,subprocess m = msnlib.msnd() m.cb = msncb...
wjzhangq/python-msn-bot
37604f745e8522d99c33215399ba847cddead587
revice msg do with php
diff --git a/msnbot.py b/msnbot.py index 387812d..a746986 100755 --- a/msnbot.py +++ b/msnbot.py @@ -1,311 +1,310 @@ #!/usr/bin/evn ptyhon # -*- coding:utf-8 -*- import msnlib, msncb -import sys, select, socket, time, re +import os, sys, select, socket, time, re import threading -import json, urllib +impo...
wjzhangq/python-msn-bot
ec5c801de32bd5fdde73136bd9fc72f0e500ec42
add php
diff --git a/msnbot.py b/msnbot.py index 4a96da0..387812d 100755 --- a/msnbot.py +++ b/msnbot.py @@ -1,304 +1,311 @@ #!/usr/bin/evn ptyhon # -*- coding:utf-8 -*- import msnlib, msncb import sys, select, socket, time, re import threading +import json, urllib + m = msnlib.msnd() m.cb = msncb.cb() ...
wjzhangq/python-msn-bot
9cbc33d4416a00d5760cd6a256cca912127110ce
close msn debug
diff --git a/msnbot.py b/msnbot.py index bfad0d5..4a96da0 100755 --- a/msnbot.py +++ b/msnbot.py @@ -1,304 +1,304 @@ #!/usr/bin/evn ptyhon # -*- coding:utf-8 -*- import msnlib, msncb import sys, select, socket, time, re import threading m = msnlib.msnd() m.cb = msncb.cb() m.encoding = 'utf-8' ...
wjzhangq/python-msn-bot
46448882d56bd205cede71f2ad665a0a7e55ea56
fix a bug
diff --git a/msnbot.py b/msnbot.py index f00716a..bfad0d5 100755 --- a/msnbot.py +++ b/msnbot.py @@ -1,302 +1,304 @@ #!/usr/bin/evn ptyhon # -*- coding:utf-8 -*- import msnlib, msncb import sys, select, socket, time, re import threading m = msnlib.msnd() m.cb = msncb.cb() m.encoding = 'utf-8' ...
wjzhangq/python-msn-bot
4abb01b580aac0d4765a89d78682347e4bebae60
back to muti thread, but have bug
diff --git a/msnbot.py b/msnbot.py index c5421eb..f00716a 100755 --- a/msnbot.py +++ b/msnbot.py @@ -1,287 +1,302 @@ #!/usr/bin/evn ptyhon # -*- coding:utf-8 -*- import msnlib, msncb import sys, select, socket, time, re import threading m = msnlib.msnd() m.cb = msncb.cb() m.encoding = 'utf-8' ...
wjzhangq/python-msn-bot
52a345f6821c1ee828fa1e0bd9722229f2ef05f9
change to sigle thread
diff --git a/msnbot.py b/msnbot.py index a24a977..c5421eb 100755 --- a/msnbot.py +++ b/msnbot.py @@ -1,300 +1,287 @@ #!/usr/bin/evn ptyhon # -*- coding:utf-8 -*- import msnlib, msncb import sys, select, socket, time, re import threading m = msnlib.msnd() m.cb = msncb.cb() m.encoding = 'utf-8' ...
wjzhangq/python-msn-bot
87a9f793c132f6c3e9487986898ec8d1aa5fa755
add threaing Rlock
diff --git a/msnbot.py b/msnbot.py index 11fd556..a24a977 100755 --- a/msnbot.py +++ b/msnbot.py @@ -1,292 +1,300 @@ #!/usr/bin/evn ptyhon # -*- coding:utf-8 -*- import msnlib, msncb import sys, select, socket, time, re import threading m = msnlib.msnd() m.cb = msncb.cb() m.encoding = 'utf-8' ...
wjzhangq/python-msn-bot
1c3aa00253cbdd9d6fed52286f0f59494f26b420
msnd for threadin
diff --git a/msnbot.py b/msnbot.py index f00a87a..11fd556 100755 --- a/msnbot.py +++ b/msnbot.py @@ -1,272 +1,292 @@ #!/usr/bin/evn ptyhon # -*- coding:utf-8 -*- import msnlib, msncb -import sys, select, socket, time +import sys, select, socket, time, re import threading m = msnlib.msnd() m.cb = msnc...
wjzhangq/python-msn-bot
0472cbfb0a122a1eef5d732604a9dcde47bdf2ef
add listen port
diff --git a/README b/README old mode 100644 new mode 100755 diff --git a/msnbot.py b/msnbot.py index cd5765f..f00a87a 100755 --- a/msnbot.py +++ b/msnbot.py @@ -1,223 +1,272 @@ #!/usr/bin/evn ptyhon # -*- coding:utf-8 -*- import msnlib, msncb import sys, select, socket, time +import threading m = msnli...
acvwilson/currency
2be66c6b52c3bfdf4be5a6853e90992671eaf3f5
Change Xe source to use the newer html format.
diff --git a/examples/xe1.rb b/examples/xe1.rb index f4b7abd..af76db0 100644 --- a/examples/xe1.rb +++ b/examples/xe1.rb @@ -1,20 +1,21 @@ $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) +require 'rubygems' require 'currency' require 'currency/exchange/rate/source/xe' ex = Currency::Exchange::Rate::S...
acvwilson/currency
d2bda0ae54ad6d10f9a4d960c4e1039e2d8789b3
bump version no. so github maybe builds gem?
diff --git a/currency.gemspec b/currency.gemspec index e427cad..27400a8 100644 --- a/currency.gemspec +++ b/currency.gemspec @@ -1,18 +1,18 @@ Gem::Specification.new do |s| s.name = %q{currency} - s.version = "0.7.0.1" + s.version = "0.7.0.11" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s....
acvwilson/currency
d106f09606e62ab90862e118e0b1e248d9c92334
Quick and dirty fix to XE.com change - introduces a denpendancy on hpricot. But it works
diff --git a/lib/currency/exchange/rate/source/xe.rb b/lib/currency/exchange/rate/source/xe.rb index 609a9d1..0163c04 100644 --- a/lib/currency/exchange/rate/source/xe.rb +++ b/lib/currency/exchange/rate/source/xe.rb @@ -1,165 +1,152 @@ # Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> # See LICEN...
acvwilson/currency
dd38d6d09c7496e85dad363e358d0cad1c48b846
Fixed broken gemspec
diff --git a/currency.gemspec b/currency.gemspec index cda3a26..e427cad 100644 --- a/currency.gemspec +++ b/currency.gemspec @@ -1,18 +1,18 @@ Gem::Specification.new do |s| s.name = %q{currency} - s.version = "0.7" + s.version = "0.7.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respo...
acvwilson/currency
912ab7d6e5cb229a348abf0dbdbb43d91776afc3
Bumped version to 0.7
diff --git a/currency.gemspec b/currency.gemspec index 3a01ceb..cda3a26 100644 --- a/currency.gemspec +++ b/currency.gemspec @@ -1,18 +1,18 @@ Gem::Specification.new do |s| s.name = %q{currency} - s.version = "0.6.4" + s.version = "0.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond...
acvwilson/currency
3a760ad26f6a3012cdc2094a22d0f165384d207e
.gitignor'ing gemfiles
diff --git a/.gitignore b/.gitignore index da7a78e..ac47971 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -spec/debug.log \ No newline at end of file +spec/debug.log +*.gem \ No newline at end of file
acvwilson/currency
42541c1cc40eda99f796ddc7e9b0f7f31ab425c5
Finally! An almost-sane AR spec'ing environment, with test data, spec helper and migrations Added first timid AR specs. More needed, more to come, but it's a start Added a currency_column setter that resets the money attribute ivar, thus forcing a re-init at next read (fixes a bug when using update_attributes) Removed ...
diff --git a/lib/currency/active_record.rb b/lib/currency/active_record.rb index 5658767..a846bbf 100644 --- a/lib/currency/active_record.rb +++ b/lib/currency/active_record.rb @@ -1,298 +1,304 @@ # Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> # See LICENSE.txt for details. require 'active_r...
acvwilson/currency
d6f70c91fd48d233edf2a3734a2643afee2f7fcf
gitignore ignores debug.log
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da7a78e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +spec/debug.log \ No newline at end of file
acvwilson/currency
4db93fcb091f328f1f66fc88cd8c7c4237e6c71f
removed useless comments
diff --git a/spec/db/currency_historical_rates.sql b/spec/db/currency_historical_rates.sql index 46d71e8..0daee5a 100644 --- a/spec/db/currency_historical_rates.sql +++ b/spec/db/currency_historical_rates.sql @@ -1,84 +1,84 @@ -INSERT INTO `currency_historical_rates` (`id`,`created_on`,`updated_on`,`c1`,`c2`,`source`,`...
acvwilson/currency
e522e8b1c6affefda85103f88f9d836ca64a6d02
Added sample currency data and 174 currency codes (for specs)
diff --git a/spec/db/currency_codes.sql b/spec/db/currency_codes.sql new file mode 100644 index 0000000..85d1a43 --- /dev/null +++ b/spec/db/currency_codes.sql @@ -0,0 +1,171 @@ +INSERT INTO `currency_codes` (`id`,`code`,`name`,`created_at`,`updated_at`) VALUES (1,'AED','United Arab Emirates Dirhams','2009-02-17 00:30:...
acvwilson/currency
3362ae57a0f431826ab299d1766ceb36683788f4
Added TODO to investigate multiple requires of 'money'
diff --git a/lib/currency.rb b/lib/currency.rb index 0c8f1f5..89090dc 100644 --- a/lib/currency.rb +++ b/lib/currency.rb @@ -1,143 +1,143 @@ # Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> # # See LICENSE.txt for details. # # = Currency # # The Currency package provides an object-oriented m...
acvwilson/currency
b8ef484379c5758d7cb6688d4f28fd82dfa4fd14
Changed: bumped version to 0.6.4 Fixed: #{attr_name}_before_type_cast was broken for non-default currency formatters (validates_numericality_of never passes). Kept original code in, with ample comment to ease any future debugging.
diff --git a/currency.gemspec b/currency.gemspec index f5197b3..3a01ceb 100644 --- a/currency.gemspec +++ b/currency.gemspec @@ -1,18 +1,18 @@ Gem::Specification.new do |s| s.name = %q{currency} - s.version = "0.6.3" + s.version = "0.6.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respo...
acvwilson/currency
ce3667b223f80091b3bcd94651ad99a7c6e333a2
Fixed: breakage when raising exception (a rare and exotic condition, but nonetheless...)
diff --git a/currency.gemspec b/currency.gemspec index ca7b12a..f5197b3 100644 --- a/currency.gemspec +++ b/currency.gemspec @@ -1,18 +1,18 @@ Gem::Specification.new do |s| s.name = %q{currency} - s.version = "0.6.2" + s.version = "0.6.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respo...
acvwilson/currency
5a8ebd09ac0612e1f6e40e93e513f2be3990b729
FIXED: broken indentation
diff --git a/lib/currency/money_helper.rb b/lib/currency/money_helper.rb index 015b4c0..2550a92 100644 --- a/lib/currency/money_helper.rb +++ b/lib/currency/money_helper.rb @@ -1,13 +1,13 @@ # Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> # See LICENSE.txt for details. module ActionView::Help...
acvwilson/currency
70208950d9b12ef2b00049e7957d6fa03a2e582b
REMOVED: CurrencyVersion CHANGED: version bumped to 0.6.2 CHANGED: Currency::Money() factory method can now return nil when fed an empty string (breaking API CHANGE!!!) CHANGED: preferring .to_sym to .intern CHANGED: ActiveRecord attr_money setters doesn't try to write empty strings to the attribute, thusly avoiding ex...
diff --git a/Manifest.txt b/Manifest.txt index f631c9b..abc748d 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,58 +1,57 @@ COPYING.txt ChangeLog LICENSE.txt Manifest.txt README.txt Rakefile Releases.txt TODO.txt bin/currency_historical_rate_load examples/ex1.rb examples/xe1.rb lib/currency.rb lib/curre...
acvwilson/currency
7cd4230abbf3b6373282903dae729ded6c81ae18
Changed: custom exceptions to inherit from StandardError instead of the root Exception class so that they can be rescued without needing to explicitly declare the exception in the rescue
diff --git a/lib/currency/exception.rb b/lib/currency/exception.rb index 9fdedfd..734bc1f 100644 --- a/lib/currency/exception.rb +++ b/lib/currency/exception.rb @@ -1,119 +1,119 @@ # Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> # See LICENSE.txt for details. module Currency::Exception #...
acvwilson/currency
522bb413515e936604eb7324e8e628de200a53bd
Changed: gemname to be correct
diff --git a/currency.gemspec b/currency.gemspec index a870aee..02f1d38 100644 --- a/currency.gemspec +++ b/currency.gemspec @@ -1,18 +1,18 @@ Gem::Specification.new do |s| - s.name = %q{acvwilson-currency} + s.name = %q{currency} s.version = "0.6.0" s.required_rubygems_version = Gem::Requirement.new(">= 0"...
acvwilson/currency
b39dc512c72192dc8afc688bcb268eba0fddbe62
CHANGED: bumped version number CHANGED: refactoring of configuration madness initiated (not complete): removed Threading code CHANGED: scale is now configurable CHANGED: can reset cached currencies when needed (e.g. when the scale changes) CHANGED: added a default scale of 2 CHANGED: removed cruft and misc cleanups CHA...
diff --git a/currency.gemspec b/currency.gemspec index 45a98a0..a870aee 100644 --- a/currency.gemspec +++ b/currency.gemspec @@ -1,18 +1,18 @@ Gem::Specification.new do |s| - s.name = %q{currency} - s.version = "0.5.2" + s.name = %q{acvwilson-currency} + s.version = "0.6.0" s.required_rubygems_version = Gem:...
acvwilson/currency
f6003d94524c855133eca9d3b7b6cb74614dabe4
CHANGED: FedralReserve specs use real feeds again CHANGED: HistoricalWriter specs
diff --git a/lib/currency.rb b/lib/currency.rb index 736fd54..8d98101 100644 --- a/lib/currency.rb +++ b/lib/currency.rb @@ -1,143 +1,143 @@ # Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> # # See LICENSE.txt for details. # # = Currency # # The Currency package provides an object-oriented m...
acvwilson/currency
181724513b489b5e8bdd64ca2ef8df5c0fdaaa80
CHANGED: Fixed broken __subclass_responsibility exception CHANGED: raising on unavailable exchange rate (will comment out when gem is more stable) CHANGED: uncrazyfied Currency::Exchange::Rate::Source::Provider#get_uri CHANGED: simplified Currency::Exchange::Rate::Source::Provider#get_page_content CHANGED: misc changes...
diff --git a/lib/currency/exchange/rate/source/base.rb b/lib/currency/exchange/rate/source/base.rb index 9472981..bf77215 100644 --- a/lib/currency/exchange/rate/source/base.rb +++ b/lib/currency/exchange/rate/source/base.rb @@ -1,166 +1,166 @@ # Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> # S...
acvwilson/currency
ce655a4e4d726a46a5b89775ece6b9ecf0b002ed
REMOVED: ArTestCore class/file CHANGED: added comments and cleanup
diff --git a/spec/ar_core_spec.rb b/spec/ar_core_spec.rb deleted file mode 100644 index 4286f10..0000000 --- a/spec/ar_core_spec.rb +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> -# See LICENSE.txt for details. - - -# ===============================================...
acvwilson/currency
6b6c143383eef3fe7e022dbfc4e38923a82a7819
VERSION BUMP
diff --git a/currency.gemspec b/currency.gemspec index 7260459..28c016c 100644 --- a/currency.gemspec +++ b/currency.gemspec @@ -1,18 +1,18 @@ Gem::Specification.new do |s| s.name = %q{currency} - s.version = "0.5.1" + s.version = "0.5.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respo...
acvwilson/currency
b6310fb6f3465d9cac12d7458dd966e1791ac3f7
CHANGED: search&replace for "should.not" "should_not"
diff --git a/spec/federal_reserve_spec.rb b/spec/federal_reserve_spec.rb index c7ec0e6..2b0d809 100644 --- a/spec/federal_reserve_spec.rb +++ b/spec/federal_reserve_spec.rb @@ -1,75 +1,75 @@ # Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> # See LICENSE.txt for details. require 'test/test_base...
acvwilson/currency
4b5dde3a816efce2680f0e7742b24a95a510e16f
CHANGED: changed order of requires to make to_s stop misbehaving CHANGED: basic AR specs pass and AR setup is working
diff --git a/lib/currency.rb b/lib/currency.rb index 659a181..736fd54 100644 --- a/lib/currency.rb +++ b/lib/currency.rb @@ -1,143 +1,143 @@ # Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> # # See LICENSE.txt for details. # # = Currency # # The Currency package provides an object-oriented m...
acvwilson/currency
b44b25dea3fe929ce046b2fcd04db281cbef2511
VERSION BUMP
diff --git a/currency.gemspec b/currency.gemspec index aeb2ea8..7260459 100644 --- a/currency.gemspec +++ b/currency.gemspec @@ -1,18 +1,18 @@ Gem::Specification.new do |s| s.name = %q{currency} - s.version = "0.5.0" + s.version = "0.5.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respo...
acvwilson/currency
412df9fe73aa11b179693ff6f127b68d07346d8b
CHANGED: added rake spec related tasks ADDED: activesupport dependency (for precise rounding) CHANGED: made to_s work more better (but not all the way) (yet) CHANGED: ported more unit tests to spec
diff --git a/Rakefile b/Rakefile index 827c515..80e1d7d 100644 --- a/Rakefile +++ b/Rakefile @@ -1,95 +1,117 @@ # Rakefile for currency -*- ruby -*- # Adapted from RubyGems/Rakefile # For release " rake make_manifest rake update_version svn status rake package rake release VERSION=x.x.x rake svn_releas...
acvwilson/currency
02441de28f0ec3b5d077fb207b931d32133d065c
CHANGED: gem setup code cleanup (no more svn)
diff --git a/Rakefile b/Rakefile index cee1b87..827c515 100644 --- a/Rakefile +++ b/Rakefile @@ -1,167 +1,95 @@ # Rakefile for currency -*- ruby -*- # Adapted from RubyGems/Rakefile # For release " rake make_manifest rake update_version svn status rake package rake release VERSION=x.x.x rake svn_releas...
acvwilson/currency
9e9b5da1e588703bea335a4726f25b0e9d2658df
CHANGED: specs run off dev files (not the installed gem) CHANGED: Currency::Exchange cannot be used standalone
diff --git a/lib/currency/exchange.rb b/lib/currency/exchange.rb index 03550bf..6cec571 100644 --- a/lib/currency/exchange.rb +++ b/lib/currency/exchange.rb @@ -1,50 +1,48 @@ # Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> # See LICENSE.txt for details. -require 'currency' - # The Currency::E...
acvwilson/currency
8e9c142490869960ad20c8ae9927b210b50c2e1a
Changed: gemspec
diff --git a/currency.gemspec b/currency.gemspec index e8de106..f92d4bd 100644 --- a/currency.gemspec +++ b/currency.gemspec @@ -1,18 +1,18 @@ Gem::Specification.new do |s| - s.name = %q{acvwilson-currency} + s.name = %q{currency} s.version = "0.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0"...
acvwilson/currency
1aa938781a33933a7706ad73b920ca824ebfc6a1
Changed: gemspec
diff --git a/currency.gemspec b/currency.gemspec index 5fbe406..e8de106 100644 --- a/currency.gemspec +++ b/currency.gemspec @@ -1,19 +1,18 @@ Gem::Specification.new do |s| - s.name = %q{currency} + s.name = %q{acvwilson-currency} s.version = "0.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0"...
acvwilson/currency
0f535eb47f4b2017d128fdfe2bd99a55cc3b58aa
Fixed: gemspec
diff --git a/currency.gemspec b/currency.gemspec index 7c69974..5fbe406 100644 --- a/currency.gemspec +++ b/currency.gemspec @@ -1,19 +1,19 @@ Gem::Specification.new do |s| s.name = %q{currency} s.version = "0.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubyge...
acvwilson/currency
f0201663af2173021893efa1f9f402f1e54696c0
Added: gemspec for github gem creation
diff --git a/currency.gemspec b/currency.gemspec new file mode 100644 index 0000000..7c69974 --- /dev/null +++ b/currency.gemspec @@ -0,0 +1,19 @@ +Gem::Specification.new do |s| + s.name = %q{currency} + s.version = "0.5.0" + + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_ru...
acvwilson/currency
b3b7370e2a6d229867285a7edb803f08889432b7
Changed: Increased precision to 6 decimal places
diff --git a/lib/currency/currency.rb b/lib/currency/currency.rb index fed1233..58dd2bf 100644 --- a/lib/currency/currency.rb +++ b/lib/currency/currency.rb @@ -1,175 +1,175 @@ # Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> # See LICENSE.txt for details. # Represents a currency. # # Curr...
acvwilson/currency
fce7b767af5dc84a19644e98d0b4d6c38af3fe8d
Changed: tests to specs using spec_converter, got some specs running/passing in rspec
diff --git a/lib/currency/core_extensions.rb b/lib/currency/core_extensions.rb index 3b42015..4a2b40f 100644 --- a/lib/currency/core_extensions.rb +++ b/lib/currency/core_extensions.rb @@ -1,41 +1,48 @@ # Copyright (C) 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com> # See LICENSE.txt for details. class O...
acvwilson/currency
2ecca686dcfce62ee7d41d85fdca6a1c22f1c8ce
Initial Import of currency gem spörk
diff --git a/COPYING.txt b/COPYING.txt new file mode 100644 index 0000000..d511905 --- /dev/null +++ b/COPYING.txt @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ...
toretore/barby
7d70b456fd679b70dcfe562ff7ea99eda187f390
Remove use of deprecated Minitest::Spec Object methods
diff --git a/barby.gemspec b/barby.gemspec index 0f7ceee..68a0a20 100644 --- a/barby.gemspec +++ b/barby.gemspec @@ -1,31 +1,31 @@ $:.push File.expand_path("../lib", __FILE__) require "barby/version" Gem::Specification.new do |s| s.name = "barby" s.version = Barby::VERSION::STRING s.platform ...
toretore/barby
09274406abf0ffad8cd031ed883caeef12c9ec12
Swap semacode for dmtx
diff --git a/CHANGELOG b/CHANGELOG index 6bbaf13..0e86ed5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,84 +1,88 @@ +* 0.7.0 + +* Swap semaocde for dmtx [ksylvest] + * 0.6.7 * RMagick outputter should use line command for lines [joshuaflanagan] * 0.6.6 * Add support for Codabar symbology [labocho] * 0.6.1 ...
toretore/barby
97fee83ee5b8df41686cc92adf05c07918ef8d18
Fix Rmagick deprecation warning
diff --git a/lib/barby/outputter/rmagick_outputter.rb b/lib/barby/outputter/rmagick_outputter.rb index 413501a..a6ca4b4 100644 --- a/lib/barby/outputter/rmagick_outputter.rb +++ b/lib/barby/outputter/rmagick_outputter.rb @@ -1,167 +1,167 @@ require 'barby/outputter' require 'rmagick' module Barby # Renders ...
toretore/barby
e3cae50c8c29bd77fb9a9722afb6b9bde93820e9
Add color options to outputters
diff --git a/lib/barby/barcode.rb b/lib/barby/barcode.rb index 5bf9efa..ba4c079 100644 --- a/lib/barby/barcode.rb +++ b/lib/barby/barcode.rb @@ -1,116 +1,116 @@ module Barby #The base class for all barcodes. It includes some method_missing magic #that is used to find registered outputters. # #The only ...
toretore/barby
1d11e801910990daa4b778aa8176f885077c743c
RMagick outputter should use line command for lines
diff --git a/lib/barby/outputter/rmagick_outputter.rb b/lib/barby/outputter/rmagick_outputter.rb index 5f6bded..e6fa9e4 100644 --- a/lib/barby/outputter/rmagick_outputter.rb +++ b/lib/barby/outputter/rmagick_outputter.rb @@ -1,140 +1,152 @@ require 'barby/outputter' require 'rmagick' module Barby #Renders i...
toretore/barby
51b642b49be9b4067131935987f01911bcb5aa38
Use freeze
diff --git a/lib/barby/version.rb b/lib/barby/version.rb index 7206ffb..45dcfb7 100644 --- a/lib/barby/version.rb +++ b/lib/barby/version.rb @@ -1,9 +1,9 @@ module Barby #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 6 TINY = 6 - STRING = [MAJOR, MINOR, TINY].join('.') + STRING = [MAJOR,...