Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
bumps to 3.5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Dec 6, 2018
1 parent 3955dc1 commit 4ef0887
Show file tree
Hide file tree
Showing 738 changed files with 18 additions and 38 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/pkg/
/spec/reports/
/tmp/
/ember/
discourse-ember-source-*.gem
40 changes: 10 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,19 @@
# Ember::Source
# discourse-ember-source

Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ember/source`. To experiment with that code, run `bin/console` for an interactive prompt.
This is a fork of the gem which was before packaged into Ember https://github.com/emberjs/ember.js/tree/v2.18.2

TODO: Delete this and the text above, and describe your gem
## Versioning

## Installation
This gem is using an unusual versioning: x.x.x.x. First 3 are the targeted Ember version, and last one is for modifications done
to the gem itself.

Add this line to your application's Gemfile:

```ruby
gem 'ember-source'
```
## Build

And then execute:
Change version in lib/ember/version.rb and then run `rake`

$ bundle
## Release

Or install it yourself as:
`gem build ember-source.gemspec`

$ gem install ember-source

## Usage

TODO: Write usage instructions here

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ember-source.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
`gem push discourse-ember-source-x.x.x.x.gem`
5 changes: 2 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ task :default do
`git clone -b 'v#{ember_version}' --single-branch --depth 1 https://github.com/emberjs/ember.js.git ember`
`cd ember && yarn && yarn run build && cd -`


FileUtils.mkdir_p("dist")
FileUtils.cp_r("./ember/dist", "dist")
# FileUtils.rm_rf("ember")
FileUtils.cp_r("ember/dist/.", "dist/")
FileUtils.rm_rf("ember")
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4ef0887

Please sign in to comment.