Skip to content

Commit

Permalink
Revert "Revert "Version bump - 0.13""
Browse files Browse the repository at this point in the history
This reverts commit f768485.
  • Loading branch information
stefanpenner committed May 28, 2013
1 parent 3981a7c commit 610cfec
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -0,0 +1,3 @@
*Ember Data 0.13 (May 28, 2013)

* Initial Release
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -4,3 +4,5 @@ gem 'rake-pipeline', :git => 'https://github.com/livingsocial/rake-pipeline.git'
gem 'ember-dev', :git => 'https://github.com/emberjs/ember-dev.git', :branch => 'master'

gem 'ember-source', '1.0.0.rc4'

gemspec
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -23,6 +23,12 @@ GIT
rake (~> 10.0.0)
thor

PATH
remote: .
specs:
ember-data-source (0.13)
ember-source

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -73,6 +79,7 @@ PLATFORMS
ruby

DEPENDENCIES
ember-data-source!
ember-dev!
ember-source (= 1.0.0.rc4)
rake-pipeline!
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.5.0.pre
0.13
2 changes: 1 addition & 1 deletion ember-data-source.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{ember-data source code wrapper.}
gem.description = %q{ember-data source code wrapper for use with Ruby libs.}
gem.homepage = "https://github.com/emberjs/data"
gem.version = "0.0.5"
gem.version = File.read('VERSION').strip

gem.add_dependency "ember-source"

Expand Down
4 changes: 2 additions & 2 deletions packages/ember-data/package.json
Expand Up @@ -4,12 +4,12 @@
"description": "Ember Data is a library for loading records from a persistence layer (such as a JSON API), updating those records, then saving the changes. It provides many of the facilities you'd find in server-side ORMs like ActiveRecord, but is designed specifically for the unique environment of JavaScript in the browser.",
"homepage": "https://github.com/emberjs/data",
"author": "Tom Dale, Yehuda Katz, and contributors",
"version": "0.5.0.pre",
"version": "0.13",

"directories": {
"lib": "lib"
},

"dependencies": {
"spade": "~> 1.0",
"ember-runtime": ">= 0"
Expand Down

0 comments on commit 610cfec

Please sign in to comment.