Skip to content

Commit

Permalink
stop shipping specs in the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Nov 17, 2015
1 parent 9e6e9b3 commit c8c4249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Expand Up @@ -6,6 +6,7 @@

- allow for :first_in => 0, gh-179 by https://github.com/JonMcPherson
for https://github.com/Shopify/dashing/commit/ea3730fa4
- stop shipping specs in gem


== rufus-scheduler - 3.1.9 released 2015-11-12
Expand Down
2 changes: 1 addition & 1 deletion rufus-scheduler.gemspec
Expand Up @@ -22,7 +22,7 @@ job scheduler for Ruby (at, cron, in and every jobs).
#s.files = `git ls-files`.split("\n")
s.files = Dir[
'Rakefile',
'lib/**/*.rb', 'spec/**/*.rb', 'test/**/*.rb',
'lib/**/*.rb', #'spec/**/*.rb', 'test/**/*.rb',
'*.gemspec', '*.txt', '*.rdoc', '*.md'
]

Expand Down

0 comments on commit c8c4249

Please sign in to comment.