Skip to content

Commit

Permalink
Merge pull request #68 from Shopify/0.1.7
Browse files Browse the repository at this point in the history
bump to 0.1.7
  • Loading branch information
richardmonette committed Apr 14, 2016
2 parents a7bf78d + f68a947 commit ba1ca7a
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 26 deletions.
70 changes: 47 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,49 +1,70 @@
PATH
remote: .
specs:
twine-rails (0.1.6)
twine-rails (0.1.7)
coffee-rails

GEM
remote: https://rubygems.org/
specs:
actionpack (4.0.2)
activesupport (= 4.0.2)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
actionpack (4.2.6)
actionview (= 4.2.6)
activesupport (= 4.2.6)
rack (~> 1.6)
rack-test (~> 0.6.2)
activesupport (4.0.2)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
builder (3.1.4)
coffee-rails (4.0.1)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.6)
activesupport (= 4.2.6)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activesupport (4.2.6)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
builder (3.2.2)
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
railties (>= 4.0.0, < 5.1.x)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.1.1)
coffee-script-source (1.10.0)
erubis (2.7.0)
execjs (2.6.0)
i18n (0.7.0)
minitest (4.7.5)
multi_json (1.11.2)
rack (1.5.5)
json (1.8.3)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mini_portile2 (2.0.0)
minitest (5.8.4)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
railties (4.0.2)
actionpack (= 4.0.2)
activesupport (= 4.0.2)
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (4.2.6)
actionpack (= 4.2.6)
activesupport (= 4.2.6)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
thor (0.19.1)
thread_safe (0.3.5)
tzinfo (0.3.44)
tzinfo (1.2.2)
thread_safe (~> 0.1)

PLATFORMS
ruby
Expand All @@ -52,3 +73,6 @@ DEPENDENCIES
bundler
rake
twine-rails!

BUNDLED WITH
1.11.2
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twine",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/Shopify/twine",
"authors": [
"Shopify Inc"
Expand Down
2 changes: 1 addition & 1 deletion lib/twine-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TwineRails
VERSION = '0.1.6'
VERSION = '0.1.7'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twine",
"version": "0.1.6",
"version": "0.1.7",
"description": "A minimalistic 2-way binding system",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ba1ca7a

Please sign in to comment.