emberman 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/README.md +6 -6
- data/emberman.gemspec +1 -1
- data/lib/emberman/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 437d2b5d5b7088053df014ae5779fe70163891c2
|
|
4
|
+
data.tar.gz: 66b3c63207fe55082f2c7ff0594c567b511d97a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e674cf8749181604fa38d4f958405e5498004659d496fc7472f362e5d3717d87233f076d13e6bca69802f1e4cca7c1290f29b361f3f82e9501a63abccf5591cb
|
|
7
|
+
data.tar.gz: 37e04e02feef6f9a8860808e100f17609479e658e3931618ba7fd01d41a0614aabf05047c7dc88e84e08d397d9c1ef33eca15f8827f4158f7bff7306b1ba5b06
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Emberman [v0.0.
|
|
1
|
+
# Emberman [v0.0.3](CHANGELOG.md)
|
|
2
2
|
|
|
3
3
|
[Middleman](http://middlemanapp.com/) + [Ember](http://emberjs.com/), sitting in a tree...
|
|
4
4
|
|
|
@@ -9,7 +9,7 @@ Emberman is a simple [extension](http://middlemanapp.com/advanced/custom/) which
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
11
11
|
- Auto-loads into [Middleman's Asset Pipeline](http://middlemanapp.com/basics/asset-pipeline/):
|
|
12
|
-
+ [Ember 1.8.0.beta.
|
|
12
|
+
+ [Ember 1.8.0.beta.3](https://github.com/emberjs/ember.js/releases/tag/v1.8.0-beta.3)
|
|
13
13
|
+ [Ember Data 1.0.0.beta.10](https://github.com/emberjs/data/releases/tag/v1.0.0-beta.10)
|
|
14
14
|
+ [Handlebars 1.3.0](https://github.com/wycats/handlebars.js/releases/tag/v1.3.0)
|
|
15
15
|
- Pre-compiles handlebars templates
|
|
@@ -23,7 +23,7 @@ Add this line to your Middleman application's `Gemfile`:
|
|
|
23
23
|
```ruby
|
|
24
24
|
# Gemfile
|
|
25
25
|
|
|
26
|
-
gem 'emberman', '~> 0.0.
|
|
26
|
+
gem 'emberman', '~> 0.0.3'
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
Then run:
|
|
@@ -48,7 +48,7 @@ $ middleman
|
|
|
48
48
|
|
|
49
49
|
## Other requirements
|
|
50
50
|
|
|
51
|
-
For now, Ember's [and Emberman's] only other requirement is for
|
|
51
|
+
For now, Ember's [and Emberman's] only other requirement is for [jQuery](https://jquery.com/) to be present. This may change soon ;)
|
|
52
52
|
|
|
53
53
|
## Configuration
|
|
54
54
|
|
|
@@ -165,7 +165,7 @@ If you'd prefer to use different versions of Ember, Ember Data or Handlebars, ad
|
|
|
165
165
|
gem 'ember-source', '1.7.0'
|
|
166
166
|
gem 'ember-data-source', '0.14'
|
|
167
167
|
gem 'handlebars-source', '1.2.1'
|
|
168
|
-
gem 'emberman', '~> 0.0.
|
|
168
|
+
gem 'emberman', '~> 0.0.3'
|
|
169
169
|
```
|
|
170
170
|
|
|
171
171
|
## Contributing
|
|
@@ -181,4 +181,4 @@ See [LICENSE](LICENSE.md).
|
|
|
181
181
|
- To [@mrship](https://github.com/mrship) for the [middleman-ember](https://github.com/mrship/middleman-ember) gem, used by Emberman
|
|
182
182
|
- To [@GutenYe](https://github.com/GutenYe) for the [sprockets-handlebars_template](https://github.com/GutenYe/sprockets-handlebars_template), also used by Emberman
|
|
183
183
|
- To [@tdreyno](https://github.com/tdreyno), [@bhollis](https://github.com/bhollis) and the [other contributors](https://github.com/middleman/middleman/graphs/contributors) of the excellent [Middleman](http://middlemanapp.com) static site generator
|
|
184
|
-
- And to [@wycats](https://github.com/wycats), [@tomdale](https://github.com/tomdale), [@wagenet](https://github.com/wagenet), [@stefanpenner](https://github.com/stefanpenner), [@rwjblue](https://github.com/rwjblue), [@ebryn](https://github.com/ebryn), [@machty](https://github.com/machty), [@trek](https://github.com/trek) and the [rest of
|
|
184
|
+
- And to [@wycats](https://github.com/wycats), [@tomdale](https://github.com/tomdale), [@wagenet](https://github.com/wagenet), [@stefanpenner](https://github.com/stefanpenner), [@rwjblue](https://github.com/rwjblue), [@ebryn](https://github.com/ebryn), [@machty](https://github.com/machty), [@trek](https://github.com/trek) and the [rest of contributors](https://github.com/emberjs/ember.js/graphs/contributors) to the incredible [Ember.js](http://emberjs.com/) framework, as well as Ember Data and [Handlebars](http://handlebarsjs.com/)
|
data/emberman.gemspec
CHANGED
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
spec.add_runtime_dependency 'middleman-ember', '~> 0.2.3'
|
|
23
23
|
spec.add_runtime_dependency 'sprockets-handlebars_template', '~> 1.0.0'
|
|
24
24
|
spec.add_runtime_dependency 'handlebars-source', '1.3'
|
|
25
|
-
spec.add_runtime_dependency 'ember-source', '1.8.0.beta.
|
|
25
|
+
spec.add_runtime_dependency 'ember-source', '1.8.0.beta.3'
|
|
26
26
|
spec.add_runtime_dependency 'ember-data-source', '1.0.0.beta.10'
|
|
27
27
|
|
|
28
28
|
spec.add_development_dependency 'bundler', '~> 1.7'
|
data/lib/emberman/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: emberman
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- minusfive
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-09-
|
|
11
|
+
date: 2014-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: middleman-core
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 1.8.0.beta.
|
|
75
|
+
version: 1.8.0.beta.3
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 1.8.0.beta.
|
|
82
|
+
version: 1.8.0.beta.3
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: ember-data-source
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -166,3 +166,4 @@ signing_key:
|
|
|
166
166
|
specification_version: 4
|
|
167
167
|
summary: Middleman + Ember, sitting in a tree...
|
|
168
168
|
test_files: []
|
|
169
|
+
has_rdoc:
|