hallon 0.1.0 → 0.1.1

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.
Files changed (3) hide show
  1. data/hallon.gemspec +0 -2
  2. data/lib/hallon/version.rb +1 -1
  3. metadata +18 -140
@@ -9,8 +9,6 @@ Gem::Specification.new do |gem|
9
9
  gem.email = 'kim@burgestrand.se'
10
10
  gem.license = 'GNU AGPL'
11
11
 
12
- gem.description = IO.read('./README.markdown', encoding: 'utf-8')
13
-
14
12
  gem.files = `git ls-files`.split("\n")
15
13
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
14
  gem.executables = []
@@ -3,5 +3,5 @@ module Hallon
3
3
  # Current release version of Hallon
4
4
  #
5
5
  # @see http://semver.org/
6
- VERSION = [0, 1, 0].join('.')
6
+ VERSION = [0, 1, 1].join('.')
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hallon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-07-18 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: spotify
16
- requirement: &2153550680 !ruby/object:Gem::Requirement
16
+ requirement: &2152996240 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 8.0.5
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2153550680
24
+ version_requirements: *2152996240
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rake
27
- requirement: &2153548620 !ruby/object:Gem::Requirement
27
+ requirement: &2152995280 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0.8'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *2153548620
35
+ version_requirements: *2152995280
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rspec
38
- requirement: &2153545900 !ruby/object:Gem::Requirement
38
+ requirement: &2152994340 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '2'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *2153545900
46
+ version_requirements: *2152994340
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: autotest-standalone
49
- requirement: &2153545240 !ruby/object:Gem::Requirement
49
+ requirement: &2152993140 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *2153545240
57
+ version_requirements: *2152993140
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: autotest-growl
60
- requirement: &2153543840 !ruby/object:Gem::Requirement
60
+ requirement: &2152992000 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: '0'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *2153543840
68
+ version_requirements: *2152992000
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: cover_me
71
- requirement: &2153542660 !ruby/object:Gem::Requirement
71
+ requirement: &2152989700 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ! '>='
@@ -76,10 +76,10 @@ dependencies:
76
76
  version: '0'
77
77
  type: :development
78
78
  prerelease: false
79
- version_requirements: *2153542660
79
+ version_requirements: *2152989700
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: yard
82
- requirement: &2153541100 !ruby/object:Gem::Requirement
82
+ requirement: &2152979360 !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements:
85
85
  - - ! '>='
@@ -87,10 +87,10 @@ dependencies:
87
87
  version: '0'
88
88
  type: :development
89
89
  prerelease: false
90
- version_requirements: *2153541100
90
+ version_requirements: *2152979360
91
91
  - !ruby/object:Gem::Dependency
92
92
  name: rdiscount
93
- requirement: &2153530920 !ruby/object:Gem::Requirement
93
+ requirement: &2152978740 !ruby/object:Gem::Requirement
94
94
  none: false
95
95
  requirements:
96
96
  - - ! '>='
@@ -98,130 +98,8 @@ dependencies:
98
98
  version: '0'
99
99
  type: :development
100
100
  prerelease: false
101
- version_requirements: *2153530920
102
- description: ! 'What is Hallon?
103
-
104
- ===============
105
-
106
- We rubyists have this awesome [spotify gem][] allowing us to use [libspotify][]
107
- from within Ruby, but it has a significant drawback: the `libspotify` API is very
108
- hard to use. Now, we can’t have that, so what do we do? We make Hallon!
109
-
110
-
111
- Hallon is Swedish for “Raspberry”, and has been written to satisfy my needs for
112
- API simplicity. It provides you with a wrapper around the spotify gem, making the
113
- experience of using `libspotify` from Ruby much more enjoyable.
114
-
115
-
116
- Hallon would not have been possible if not for these people:
117
-
118
-
119
- - Per Reimers, cracking synchronization bugs with me in the deep night (4 AM) and
120
- correcting me when I didn’t know better
121
-
122
- - [Spotify](http://www.spotify.com/), providing a service worth attention (and my
123
- money!)
124
-
125
- - [Linus Oleander](https://github.com/oleander), involving me with the `radiofy.se`
126
- project, ultimately spawning the necessity of Hallon
127
-
128
- - [Jesper Särnesjö][], creator of [Greenstripes][], making me think of Hallon as
129
- an achievable goal
130
-
131
-
132
- Code samples can be found under `examples/` directory.
133
-
134
-
135
- This is awesome! I want to help!
136
-
137
- --------------------------------
138
-
139
- Sweet! You contribute in more than one way!
140
-
141
-
142
- ### Write code!
143
-
144
- [Fork](http://help.github.com/forking/) Hallon, [write tests for everything](http://relishapp.com/rspec)
145
- you do (so I don’t break your stuff during my own development) and send a pull request.
146
- If you modify existing files, please adhere to the coding standard surrounding your
147
- code!
148
-
149
-
150
- ### [Send me feedback and requests](http://github.com/Burgestrand/Hallon/issues)
151
-
152
- Really, I ❤ feedback! Suggestions on how to improve the API, tell me what is delicious
153
- about Hallon, tell me what is yucky about Hallon… anything! All feedback is useful
154
- in one way or another.
155
-
156
-
157
- You have any questions?
158
-
159
- -----------------------
160
-
161
- If you need to discuss issues or feature requests you can use [Hallons issue tracker](http://github.com/Burgestrand/Hallon/issues).
162
- For *anything* else you have to say or ask I can also be reached via [email (found
163
- on GitHub profile)](http://github.com/Burgestrand) or [@burgestrand on twitter](http://twitter.com/Burgestrand).
164
-
165
-
166
- In fact, you can contact me via email or twitter even if it’s about features or
167
- issues. I’ll probably put them in the issue tracker myself after the discussion
168
- ;)
169
-
170
-
171
- What’s the catch?
172
-
173
- -----------------
174
-
175
- There are several!
176
-
177
-
178
- ### Hallon is unstable
179
-
180
- The API is unstable, my code is likely unstable. Everything should be considered
181
- unstable!
182
-
183
-
184
- ### Hallon only supports one session per process
185
-
186
- You can only keep one session with Spotify alive at a time in the same process,
187
- due to a limitation of `libspotify`.
188
-
189
-
190
- ### You still have to worry about threads
191
-
192
- I have been doing my best at hiding the complexity in `libspotify`, but it’s still
193
- a work in progress. Despite my efforts, you’ll need to be familiar with concurrent
194
- programming to use Hallon properly.
195
-
196
-
197
- Versioning policy
198
-
199
- -----------------
200
-
201
- Hallon uses [semantic versioning](http://semver.org) as of v0.0.0. As long
202
-
203
- as Hallon stays at major version 0, no guarantees of backwards-compatibility
204
-
205
- are made. CHANGELOG will be kept up to date with the different versions.
206
-
207
-
208
- License
209
-
210
- -------
211
-
212
- Hallon is licensed under a 2-clause (Simplified) BSD license. More information can
213
- be found in the `LICENSE.txt` file.
214
-
215
-
216
- [spotify gem]: https://rubygems.org/gems/spotify
217
-
218
- [libspotify]: http://developer.spotify.com/en/libspotify/overview/
219
-
220
- [Greenstripes]: http://github.com/sarnesjo/greenstripes
221
-
222
- [Jesper Särnesjö]: http://jesper.sarnesjo.org/
223
-
224
- '
101
+ version_requirements: *2152978740
102
+ description:
225
103
  email: kim@burgestrand.se
226
104
  executables: []
227
105
  extensions: []