Commit Graph

393 Commits

Author SHA1 Message Date
Erik Michaels-Ober 29e3293d87 Ignore simplecov coverage directory 2012-03-12 11:42:26 -05:00
John McAliley 5e9a271064 travis config 2012-03-11 22:11:05 -04:00
John McAliley 58467eba69 use relative_require so specs work with root Rakefile. TODO: remove
test_app, mv spec dir under gem root and use dummy app instead
2012-03-11 21:47:31 -04:00
John McAliley bfa4da97eb add development dependencies 2012-03-11 21:46:57 -04:00
John McAliley 3f4f9f299e delete test generated migration and ignore it 2012-03-11 21:45:07 -04:00
John McAliley 594ffd6916 add default task for rspec 2012-03-11 21:38:05 -04:00
John McAliley 3a7663e01c Merge pull request #28 from sferik/cleanup
Cleanup
2012-03-06 19:10:14 -08:00
Erik Michaels-Ober d4d330dc61 Add URLs for contributors 2012-03-06 16:02:57 -08:00
Erik Michaels-Ober 714cef50fc Wrap at 80 characters for greater readability 2012-03-06 16:00:58 -08:00
Erik Michaels-Ober 1e2da7bca9 Remove unused gem test task 2012-03-06 15:57:02 -08:00
Erik Michaels-Ober de59454742 Remove lots of (apparently) unused gems from Gemfile 2012-03-06 15:47:54 -08:00
Erik Michaels-Ober e7382069fa Mark failing tests as pending 2012-03-06 15:35:41 -08:00
Erik Michaels-Ober 89c11946dc Add rake as a development dependency 2012-03-06 15:35:22 -08:00
Erik Michaels-Ober cdcb2a78c5 Use be_true instead of be true for cleaner output 2012-03-06 15:28:45 -08:00
Erik Michaels-Ober 8b4ecc2a2e Add simplecov 2012-03-06 15:24:13 -08:00
Erik Michaels-Ober 5e0319f646 Update migration 2012-03-06 15:24:00 -08:00
Erik Michaels-Ober 92f6e10304 Ignore Gemfile.lock in test_app 2012-03-06 15:23:15 -08:00
Erik Michaels-Ober 3a4c98307c Upgrade test_app to Rails 3.2.2 2012-03-06 15:19:07 -08:00
Erik Michaels-Ober b606e8b0a3 Move test dependencies into test_app 2012-03-06 15:11:51 -08:00
Erik Michaels-Ober f8200ed605 Add rdoc and sort 2012-03-06 14:55:08 -08:00
Erik Michaels-Ober 8ab6fadf0b Replace Jeweler with Bundler::GemHelper.install_tasks
Jeweler is an unnecessary abstraction of the Gem::Specification DSL.
2012-03-06 14:55:02 -08:00
Erik Michaels-Ober 316b258a42 Move shoulda into test group 2012-03-06 14:40:55 -08:00
Erik Michaels-Ober 81f003845d Remove rcov for Ruby 1.9 compatibility
TODO: Add simplecov
2012-03-06 14:39:58 -08:00
Erik Michaels-Ober d7988daf98 Alphabetize 2012-03-06 14:22:23 -08:00
Erik Michaels-Ober b992e759bc Replace deprecated rake/rdoctask with rdoc/task 2012-03-06 14:21:13 -08:00
Erik Michaels-Ober d61d00c3f3 Update website URL 2012-03-06 14:20:22 -08:00
Erik Michaels-Ober d452790cd8 Use latest version of jeweler 2012-03-06 14:16:51 -08:00
Erik Michaels-Ober 6a368ed372 Remove unnecessary >= 0 version specification 2012-03-06 14:04:37 -08:00
Erik Michaels-Ober a352cdf024 Make quote-type consistent 2012-03-06 14:04:37 -08:00
Erik Michaels-Ober 7b43a97379 Use secure gem source 2012-03-06 14:04:37 -08:00
Erik Michaels-Ober 1174647779 Cleanup trailing whitespace
Trailing whitespace isn't friendly to git or vim users.
2012-03-06 14:04:32 -08:00
Erik Michaels-Ober 9db9a8e9a6 There is no need to explicitly bundle bundler
This line prevented me from bundling with bundler version 1.1 for no
good reason.
2012-03-06 13:40:31 -08:00
John McAliley 7de8bd9614 Merge pull request #24 from lacco/speedup_unique
speedup unique impressions
2012-01-19 19:05:04 -08:00
Kai Schlichting e5566fad8a speedup unique impressions by using "Impression#exists?" instead of "#Impression#size == 0" 2012-01-19 21:29:23 +01:00
John McAliley a96aebfb64 Change the require so it is not dependent on File.dirname 2011-12-18 15:10:34 -05:00
John McAliley 359b912f2b Merge pull request #16 from georgmittendorfer/feature-dependent-destroy
Added dependent destroy to is_impressionable (fixes issue #9)
2011-12-14 18:30:53 -08:00
mio 7a113edeb2 added :dependent => :destroy to is_impressionable 2011-12-13 13:51:23 +01:00
mio f396b056f5 Updated readme. 2011-12-13 10:46:43 +01:00
John McAliley d6d5bf3dc7 Update README.md 2011-12-04 16:28:16 -05:00
John McAliley fb506c39fc removed stable warning from readme 2011-12-04 16:27:11 -05:00
John McAliley 47ab2162bb Regenerate gemspec for version 1.0.1 2011-11-30 12:28:39 -05:00
John McAliley 2d462ce3fb Version bump to 1.0.1 2011-11-30 12:26:21 -05:00
John McAliley 2c4e81bc53 new gem spec, exclude test_app files and remove zentest/autotest from Gemfile 2011-11-30 12:25:17 -05:00
John McAliley f0d1288b2d change session_hash from text to string 2011-11-30 12:10:27 -05:00
John McAliley dea04a6c07 Update README.md 2011-11-27 23:48:05 -05:00
John McAliley 4f21bf9823 updated contributors list 2011-11-27 23:47:33 -05:00
John McAliley 792cbf9743 code formatting 2011-11-27 23:43:30 -05:00
Cory Schires 623a1ae9e6 Bump to version 1.0 2011-11-27 20:56:44 -06:00
Cory Schires 19808e41a4 Err... Version setting not DRY. Now it's really updated to 0.5.0. 2011-11-27 17:20:45 -06:00
Cory Schires dc27309eeb Bump from 0.4.0 to 0.5.0 2011-11-27 16:55:57 -06:00