couchup 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
 
15
15
  s.rubyforge_project = "couchup"
16
16
 
17
- s.files = `git ls-files`.split("\n")
17
+ s.files = `git ls-files`.split("\n") - [".gitignore", ".rvmrc", "Gemfile", "Gemfile.lock"]
18
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.default_executable = "ey"
@@ -1,3 +1,3 @@
1
1
  module Couchup
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: couchup
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - V Sreekanth
@@ -111,10 +111,6 @@ extensions: []
111
111
  extra_rdoc_files: []
112
112
 
113
113
  files:
114
- - .gitignore
115
- - .rvmrc
116
- - Gemfile
117
- - Gemfile.lock
118
114
  - Rakefile
119
115
  - Readme.markdown
120
116
  - bin/couchup
data/.gitignore DELETED
@@ -1,4 +0,0 @@
1
- *.gem
2
- .bundle
3
- Gemfile.lock
4
- pkg/*
data/.rvmrc DELETED
@@ -1 +0,0 @@
1
- rvm ruby-1.9.2@couchup --create
data/Gemfile DELETED
@@ -1,3 +0,0 @@
1
- source :rubygems
2
- gem 'couchrest'
3
- gem 'yajl-ruby'