Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zenkay committed Aug 7, 2015
1 parent d380079 commit 131e614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple-spreadsheet (0.4.0)
simple-spreadsheet (0.4.1)
roo (~> 2.1)
roo-google (~> 1.0)
roo-xls (~> 1.0)
Expand All @@ -24,7 +24,6 @@ GEM
extlib (0.9.16)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
ffi (1.9.10-java)
google-api-client (0.8.6)
activesupport (>= 3.2)
addressable (~> 2.3)
Expand All @@ -50,13 +49,9 @@ GEM
signet (~> 0.6)
i18n (0.7.0)
json (1.8.3)
json (1.8.3-java)
jwt (1.5.1)
launchy (2.4.3)
addressable (~> 2.3)
launchy (2.4.3-java)
addressable (~> 2.3)
spoon (~> 0.0.1)
little-plugger (1.1.3)
logging (2.0.0)
little-plugger (~> 1.1)
Expand All @@ -69,7 +64,6 @@ GEM
multipart-post (2.0.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.6.2-java)
oauth (0.4.7)
oauth2 (1.0.0)
faraday (>= 0.8, < 0.10)
Expand Down Expand Up @@ -111,12 +105,9 @@ GEM
faraday (~> 0.9)
jwt (~> 1.5)
multi_json (~> 1.10)
spoon (0.0.4)
ffi
spreadsheet (1.0.4)
ruby-ole (>= 1.0)
thread_safe (0.3.5)
thread_safe (0.3.5-java)
tzinfo (1.2.2)
thread_safe (~> 0.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/simple-spreadsheet/version.rb
@@ -1,3 +1,3 @@
module SimpleSpreadsheet
VERSION = "0.4.0"
VERSION = "0.4.1"
end

0 comments on commit 131e614

Please sign in to comment.