Skip to content

Commit

Permalink
Not specifying autotest as a dependency of refinerycms-testing, if yo…
Browse files Browse the repository at this point in the history
…u want it just add it to your app's Gemfile.
  • Loading branch information
parndt committed Sep 1, 2011
1 parent 2613b22 commit 21c6818
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
11 changes: 0 additions & 11 deletions Gemfile.lock
Expand Up @@ -51,9 +51,6 @@ PATH
activerecord (~> 3.0.10)
refinerycms-base (= 1.0.8)
refinerycms-testing (1.0.8)
autotest
autotest-notification
autotest-rails
capybara (~> 1.0.0)
cucumber-rails (~> 1.0.0)
database_cleaner
Expand All @@ -69,7 +66,6 @@ PATH
GEM
remote: http://rubygems.org/
specs:
ZenTest (4.6.2)
abstract (1.0.0)
actionmailer (3.0.10)
actionpack (= 3.0.10)
Expand Down Expand Up @@ -100,13 +96,6 @@ GEM
acts_as_indexed (0.7.3)
addressable (2.2.6)
arel (2.0.10)
autotest (4.4.6)
ZenTest (>= 4.4.1)
autotest-notification (2.3.3)
autotest-standalone (~> 4.5)
autotest-rails (4.1.0)
ZenTest
autotest-standalone (4.5.6)
awesome_nested_set (2.0.1)
activerecord (>= 3.0.0)
babosa (0.3.5)
Expand Down
1 change: 1 addition & 0 deletions changelog.md
@@ -1,6 +1,7 @@
## 1.0.8 [1 September 2011]

* `refinerycms-core` now depends on rails so that users of 1.0.x can be confident of the entire stack being present as before. [Philip Arndt](https://github.com/parndt)
* No longer requiring autotest as a dependency of `refinerycms-testing`. [Philip Arndt](https://github.com/parndt)
* [See full list](https://github.com/resolve/refinerycms/compare/1.0.7...1.0.8)

## 1.0.7 [31 August 2011]
Expand Down
5 changes: 0 additions & 5 deletions testing/lib/gemspec.rb
Expand Up @@ -39,11 +39,6 @@
# Factory Girl
s.add_dependency 'factory_girl'
# Autotest
s.add_dependency 'autotest'
s.add_dependency 'autotest-rails'
s.add_dependency 'autotest-notification'
s.files = [
'#{%w( **/{*,.rspec,.gitignore,.yardopts} ).map { |file| Pathname.glob(gempath.join(file)) }.flatten.reject{|f|
!f.exist? or f.to_s =~ /\.gem$/ or (f.directory? and f.children.empty?)
Expand Down
5 changes: 0 additions & 5 deletions testing/refinerycms-testing.gemspec
Expand Up @@ -33,11 +33,6 @@ Gem::Specification.new do |s|
# Factory Girl
s.add_dependency 'factory_girl'

# Autotest
s.add_dependency 'autotest'
s.add_dependency 'autotest-rails'
s.add_dependency 'autotest-notification'

s.files = [
'.rspec',
'config',
Expand Down

0 comments on commit 21c6818

Please sign in to comment.