aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-11-28 00:01:45 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-11-28 14:41:02 -0500
commit2837d0f3347e747a8c12bd3c097bc7282072d42b (patch)
tree40ce53d7e07ba1eb5f20ac1dd2e8275c5dc32454 /activestorage
parent101e1d1ec83b70c5424d5c83109342b3686d01e7 (diff)
downloadrails-2837d0f3347e747a8c12bd3c097bc7282072d42b.tar.gz
rails-2837d0f3347e747a8c12bd3c097bc7282072d42b.tar.bz2
rails-2837d0f3347e747a8c12bd3c097bc7282072d42b.zip
Preparing for 5.2.0.beta2 release
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/CHANGELOG.md7
-rw-r--r--activestorage/lib/active_storage/gem_version.rb2
-rw-r--r--activestorage/package.json2
3 files changed, 9 insertions, 2 deletions
diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md
index 1006e4e06f..c5171e7490 100644
--- a/activestorage/CHANGELOG.md
+++ b/activestorage/CHANGELOG.md
@@ -1,3 +1,10 @@
+## Rails 5.2.0.beta2 (November 28, 2017) ##
+
+* Fix the gem adding the migrations files to the package.
+
+ *Yuji Yaginuma*
+
+
## Rails 5.2.0.beta1 (November 27, 2017) ##
* Added to Rails.
diff --git a/activestorage/lib/active_storage/gem_version.rb b/activestorage/lib/active_storage/gem_version.rb
index b5e783793b..f048bb0b77 100644
--- a/activestorage/lib/active_storage/gem_version.rb
+++ b/activestorage/lib/active_storage/gem_version.rb
@@ -10,7 +10,7 @@ module ActiveStorage
MAJOR = 5
MINOR = 2
TINY = 0
- PRE = "beta1"
+ PRE = "beta2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
diff --git a/activestorage/package.json b/activestorage/package.json
index 77ef35060b..621706000b 100644
--- a/activestorage/package.json
+++ b/activestorage/package.json
@@ -1,6 +1,6 @@
{
"name": "activestorage",
- "version": "5.2.0-beta1",
+ "version": "5.2.0-beta2",
"description": "Attach cloud and local files in Rails applications",
"main": "app/assets/javascripts/activestorage.js",
"files": [