Skip to content

Commit fc796ef

Browse files
authored
Merge pull request #4 from mntnr/feat/audit-edits
Documentation changes
2 parents 0bbd2b3 + 829f3ab commit fc796ef

4 files changed

Lines changed: 31 additions & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contributing
2+
3+
Source hosted at [GitHub](http://github.com/splitrb/split-api).
4+
Report Issues/Feature requests on [GitHub Issues](http://github.com/splitrb/split-api/issues).
5+
6+
Tests can be ran with `rake spec`
7+
8+
Please conform to the [Code of Conduct](CODE_OF_CONDUCT.md).
9+
10+
## Note on Patches/Pull Requests
11+
12+
* Fork the project.
13+
* Make your feature addition or bug fix.
14+
* Add tests for it. This is important so I don't break it in a
15+
future version unintentionally.
16+
* Commit, do not mess with rakefile, version, or history.
17+
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
18+
* Send me a pull request. Bonus points for topic branches.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013 Andrew Nesbitt
1+
Copyright (c) 2013-2018 Andrew Nesbitt
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

Readme.mdown

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Split::Api
1+
# Split::API
22

3-
An extension to [Split](http://github.com/splitrb/split) to provide a REST-based JSON api.
3+
An extension to [Split](http://github.com/splitrb/split) to provide a REST-based JSON API.
44

5-
## Requirements
5+
## Install
6+
7+
### Requirements
68

79
The split gem and its dependencies.
810

9-
## Setup
11+
### Setup
1012

1113
gem install split-api
1214

@@ -22,13 +24,15 @@ Javascript library for communicating with api
2224

2325
*note to be added about sharing sessions between apps*
2426

25-
## Development
27+
## Contributing
2628

2729
Source hosted at [GitHub](http://github.com/splitrb/split-api).
2830
Report Issues/Feature requests on [GitHub Issues](http://github.com/splitrb/split-api/issues).
2931

3032
Tests can be ran with `rake spec`
3133

34+
Please conform to the [Code of Conduct](CODE_OF_CONDUCT.md).
35+
3236
### Note on Patches/Pull Requests
3337

3438
* Fork the project.
@@ -39,6 +43,6 @@ Tests can be ran with `rake spec`
3943
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
4044
* Send me a pull request. Bonus points for topic branches.
4145

42-
## Copyright
46+
## License
4347

44-
Copyright (c) 2013 Andrew Nesbitt. See LICENSE for details.
48+
Copyright (c) 2013-2018 Andrew Nesbitt. See [LICENSE](LICENSE) for details.

split-api.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Gem::Specification.new do |gem|
66
gem.email = ["andrewnez@gmail.com"]
77
gem.summary = %q{Rest API extension for Split}
88
gem.homepage = 'http://github.com/splitrb/split-api'
9+
gem.bug_tracker_uri = 'http://github.com/splitrb/split-api/issues'
910
gem.license = 'MIT'
1011

1112
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)