repo string | commit string | message string | diff string |
|---|---|---|---|
paulyoder/LinqToExcel | dfa54f384f31000e8a7b042373e6c97673170f36 | Adapt ReadMe to GitHub markdown | diff --git a/readme.markdown b/readme.markdown
index e2dfd3b..3cb6514 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,201 +1,262 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video.](h... |
paulyoder/LinqToExcel | 183baeb7fb2459c979afbd3999158ae9de0496d4 | fixed syntax error in readme code example | diff --git a/readme.markdown b/readme.markdown
index 80d9439..e2dfd3b 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,201 +1,201 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video.](h... |
paulyoder/LinqToExcel | a45e97b70844be249d161bd9010e99de7cbfad8a | Fixed code example in the readme | diff --git a/readme.markdown b/readme.markdown
index 4ff2269..80d9439 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,201 +1,201 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video.](h... |
paulyoder/LinqToExcel | 7194d90428b89c021a61f7122f5df9057ee0d1fb | removing log4net.dll from nuget lib folder | diff --git a/CHANGELOG.md b/CHANGELOG.md
index b43b979..c1077e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,20 +1,25 @@
+### 1.10.1
+
+* Refactorings
+ * Manually removing log4net.dll from the package lib folder since it's not needed with the NuGet dependency on log4net
+
### 1.10
* Refactorings
* Added ... |
paulyoder/LinqToExcel | 5f426a95010a565775e92bd08be1835a72ef4c3c | added log4net as a dependency in the NuGet config file | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63ec7e3..b43b979 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,20 @@
+### 1.10
+
+* Refactorings
+ * Added Log4Net as a dependency in the NuGet file
+
### 1.9
* Enhancements
* Added support for named ranges (by nkilian)
### 1.8.1
* Refactorings
... |
paulyoder/LinqToExcel | e4be214627ee3395649b407f9a2b7e87b4126279 | can scope query to only include data within named ranges | diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7c4ed9..63ec7e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,15 @@
+### 1.9
+
+* Enhancements
+ * Added support for named ranges (by nkilian)
+
### 1.8.1
* Refactorings
* Referencing Log4Net through its NuGet package
### 1.8
* enhancements
* a... |
paulyoder/LinqToExcel | 827bb555e894b4cb1372609ed38508ceb3908c73 | Include new Named Range tests. | diff --git a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj b/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj
index e6949da..99d3f55 100644
--- a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj
+++ b/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj
@@ -1,167 +1,169 @@
<?xml version="1.0" encoding="utf-8"?>
<Project To... |
paulyoder/LinqToExcel | 044ce09bd20eea07d14ce729d034cbc97a4ae717 | Changes for Named Range support. | diff --git a/src/LinqToExcel/Query/ExcelQueryArgs.cs b/src/LinqToExcel/Query/ExcelQueryArgs.cs
index 03b9b99..d81202b 100644
--- a/src/LinqToExcel/Query/ExcelQueryArgs.cs
+++ b/src/LinqToExcel/Query/ExcelQueryArgs.cs
@@ -1,55 +1,55 @@
using System;
using System.Collections.Generic;
using System.Data.OleDb;
using... |
paulyoder/LinqToExcel | bba6fead5c9bfee6b9e2ced81abbbaf7623c11ec | Added Named Range methods. | diff --git a/src/LinqToExcel/ExcelQueryFactory.cs b/src/LinqToExcel/ExcelQueryFactory.cs
index 176e905..9b2fe57 100644
--- a/src/LinqToExcel/ExcelQueryFactory.cs
+++ b/src/LinqToExcel/ExcelQueryFactory.cs
@@ -1,663 +1,793 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Ole... |
paulyoder/LinqToExcel | 8ae694304d3e3265fa3e0bc29759f98f1d84d167 | Added Named Ranged test cases. | diff --git a/src/LinqToExcel.Tests/NamedRange_IntegrationTests.cs b/src/LinqToExcel.Tests/NamedRange_IntegrationTests.cs
new file mode 100644
index 0000000..2ad0e60
--- /dev/null
+++ b/src/LinqToExcel.Tests/NamedRange_IntegrationTests.cs
@@ -0,0 +1,104 @@
+using System;
+using System.Collections.Generic;
+using Syst... |
paulyoder/LinqToExcel | f615f18441f1437d832395cc475dcbe39511fdd6 | Added Named Ranges to Companies spreadsheets. | diff --git a/src/LinqToExcel.Tests/ExcelFiles/Companies.xls b/src/LinqToExcel.Tests/ExcelFiles/Companies.xls
index 09310f2..2b88792 100644
Binary files a/src/LinqToExcel.Tests/ExcelFiles/Companies.xls and b/src/LinqToExcel.Tests/ExcelFiles/Companies.xls differ
diff --git a/src/LinqToExcel.Tests/ExcelFiles/Companies.xls... |
paulyoder/LinqToExcel | 9effbf9505fa983b01ed52719ce8d74d57f03760 | Adding Named Range support. | diff --git a/src/LinqToExcel.Tests/ExcelQueryFactoryTests.cs b/src/LinqToExcel.Tests/ExcelQueryFactoryTests.cs
index 4b7203d..f7cb69f 100644
--- a/src/LinqToExcel.Tests/ExcelQueryFactoryTests.cs
+++ b/src/LinqToExcel.Tests/ExcelQueryFactoryTests.cs
@@ -1,312 +1,332 @@
using System.Linq;
using MbUnit.Framework;
us... |
paulyoder/LinqToExcel | 5ed35b3eaf5f45eb25a3da867654f49cbd66539c | bumped to version 1.8 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64072c5..29cae2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
-### 1.8 (unreleased)
+### 1.8
* enhancements
* added **UsePersistentConnection** option to re-use the same connection for multiple queries. (by acorkery)
* added **ReadOnly** option to ... |
paulyoder/LinqToExcel | ffdffc84d6dbb35e2e941e2496a019a39bf4ba13 | added tests for ReadOnly mode and refactored the code | diff --git a/CHANGELOG.md b/CHANGELOG.md
index b14780a..64072c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
### 1.8 (unreleased)
* enhancements
* added **UsePersistentConnection** option to re-use the same connection for multiple queries. (by acorkery)
+ * added **ReadOnly** option to open the ... |
paulyoder/LinqToExcel | 3d185a9a8177849cdb9b779bbae4209c68089255 | fixed code styling in readme | diff --git a/readme.markdown b/readme.markdown
index ef8cf02..90d17d0 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,186 +1,187 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video.](h... |
paulyoder/LinqToExcel | 5e327a69387f72c6e545311098cde85f4c1d716e | fixed styling in readme file | diff --git a/readme.markdown b/readme.markdown
index c6a9000..ef8cf02 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,187 +1,186 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video.](h... |
paulyoder/LinqToExcel | 297ca3d60c9eec26690533d5f9b3895425a5f6f7 | added documentation to dispose of persistent connections | diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf85ecc..b14780a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
### 1.8 (unreleased)
* enhancements
- * added **UsePersistentConnection** option to re-use the same connection for multiple queries
+ * added **UsePersistentConnection** option to re-use th... |
paulyoder/LinqToExcel | 62ed1f4a9842831feb0d52d4d239cd048466a22f | added CHANGELOG.md | diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..cf85ecc
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,4 @@
+### 1.8 (unreleased)
+
+* enhancements
+ * added **UsePersistentConnection** option to re-use the same connection for multiple queries
|
paulyoder/LinqToExcel | 6581441c7f26d1950a5e37d57af06b16e5801c19 | refactored UsePersistentConnection API | diff --git a/readme.markdown b/readme.markdown
index 7d0b38b..af4aebc 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,169 +1,175 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video.](h... |
paulyoder/LinqToExcel | f0e81e0d1765c0fd0fd3e860bdec6d6bd2357539 | added tests and documentation for TrimSpaces | diff --git a/readme.markdown b/readme.markdown
index 7e88c37..7d0b38b 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,157 +1,169 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video.](h... |
paulyoder/LinqToExcel | 27851bc30827ce5cf3ad1f03fea27ec0ddd8e00b | Implemented Read-Only file opening mode | diff --git a/src/LinqToExcel/ExcelQueryFactory.cs b/src/LinqToExcel/ExcelQueryFactory.cs
index 13eacdc..316efde 100644
--- a/src/LinqToExcel/ExcelQueryFactory.cs
+++ b/src/LinqToExcel/ExcelQueryFactory.cs
@@ -1,547 +1,612 @@
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Lin... |
paulyoder/LinqToExcel | d514653ad2c43b46bf59634c2b75bb086df23700 | Added TrimSpaces | diff --git a/src/LinqToExcel/ExcelQueryFactory.cs b/src/LinqToExcel/ExcelQueryFactory.cs
index 13eacdc..6908eca 100644
--- a/src/LinqToExcel/ExcelQueryFactory.cs
+++ b/src/LinqToExcel/ExcelQueryFactory.cs
@@ -1,547 +1,553 @@
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Lin... |
paulyoder/LinqToExcel | ec5bafbff13712a6c7216b7f133addb490c28b1b | Add test for column mapping using annotations. | diff --git a/src/LinqToExcel.Tests/ColumnMappings_IntegrationTests.cs b/src/LinqToExcel.Tests/ColumnMappings_IntegrationTests.cs
index eea8a92..953569a 100644
--- a/src/LinqToExcel.Tests/ColumnMappings_IntegrationTests.cs
+++ b/src/LinqToExcel.Tests/ColumnMappings_IntegrationTests.cs
@@ -1,127 +1,143 @@
using Syste... |
paulyoder/LinqToExcel | 8768a1cd42549ec068c6f93eb1c4c2f056a4ed79 | Add functionality to map columns using data annotations. | diff --git a/src/LinqToExcel/Attributes/ExcelColumnAttribute.cs b/src/LinqToExcel/Attributes/ExcelColumnAttribute.cs
new file mode 100644
index 0000000..1269b7b
--- /dev/null
+++ b/src/LinqToExcel/Attributes/ExcelColumnAttribute.cs
@@ -0,0 +1,21 @@
+using System;
+
+namespace LinqToExcel.Attributes
+{
+ [Attribut... |
paulyoder/LinqToExcel | d58aa4645a63a8b54e76458e28fa27b89f5402ee | Use recommended approach for implementing IDisposable | diff --git a/src/LinqToExcel/ExcelQueryFactory.cs b/src/LinqToExcel/ExcelQueryFactory.cs
index 8974e82..65fa4cb 100644
--- a/src/LinqToExcel/ExcelQueryFactory.cs
+++ b/src/LinqToExcel/ExcelQueryFactory.cs
@@ -1,586 +1,609 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Ole... |
paulyoder/LinqToExcel | cc4d4c19cd7dfa09b632910a5dd5347b13e27e01 | Changed the approach to let the library create and dispose of the connection internally. Implemented as a constructor overload on ExcelQueryFactory | diff --git a/src/LinqToExcel.Tests/ExternalConnection_IntegrationTests.cs b/src/LinqToExcel.Tests/ExternalConnection_IntegrationTests.cs
deleted file mode 100644
index fdd7c56..0000000
--- a/src/LinqToExcel.Tests/ExternalConnection_IntegrationTests.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-using System;
-using System.Colle... |
paulyoder/LinqToExcel | 0c4830225ec3db913e5649cf50560010e0290716 | Changed the approach to let the library create and dispose of the connection internally. Implemented as a constructor overload on ExcelQueryFactory | diff --git a/src/LinqToExcel.Tests/PersistentConnection_IntegrationTests.cs b/src/LinqToExcel.Tests/PersistentConnection_IntegrationTests.cs
new file mode 100644
index 0000000..948d40b
--- /dev/null
+++ b/src/LinqToExcel.Tests/PersistentConnection_IntegrationTests.cs
@@ -0,0 +1,62 @@
+using System;
+using System.Col... |
paulyoder/LinqToExcel | 50312d182066d37e0de72ebfb589632b82557deb | first attempt at supporting an externally-created OleDbConnection | diff --git a/src/LinqToExcel.Tests/ExternalConnection_IntegrationTests.cs b/src/LinqToExcel.Tests/ExternalConnection_IntegrationTests.cs
new file mode 100644
index 0000000..fdd7c56
--- /dev/null
+++ b/src/LinqToExcel.Tests/ExternalConnection_IntegrationTests.cs
@@ -0,0 +1,75 @@
+using System;
+using System.Collectio... |
paulyoder/LinqToExcel | 235327996a79a510ce56328e949f8a947467f411 | added tests/ folder to gitignore | diff --git a/.gitignore b/.gitignore
index 8593591..3fde7a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,9 @@
bin/
bin64/
obj/
+tests/
*.suo
LinqToExcel.xml
*ReSharper*
*.zip
*.nupkg
|
paulyoder/LinqToExcel | 86e1854fc166f3a67009c099a5860497decda7f7 | normalized line endings in solution file | diff --git a/src/LinqToExcel.sln b/src/LinqToExcel.sln
index 63fa698..9b3c01d 100644
--- a/src/LinqToExcel.sln
+++ b/src/LinqToExcel.sln
@@ -1,26 +1,26 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinqToExcel", "LinqT... |
paulyoder/LinqToExcel | e3ff4eb36f0612f9d5bdfb963eea78ce5840dccc | added support for string.IsNullOrEmpty in Where clause | diff --git a/src/LinqToExcel.Tests/Convention_IntegrationTests.cs b/src/LinqToExcel.Tests/Convention_IntegrationTests.cs
index 82d2006..7000103 100644
--- a/src/LinqToExcel.Tests/Convention_IntegrationTests.cs
+++ b/src/LinqToExcel.Tests/Convention_IntegrationTests.cs
@@ -1,389 +1,409 @@
using System;
using System... |
paulyoder/LinqToExcel | 9fc0c1c5f414f08ec74accf3d3de6f878ee18967 | bumped version to 1.7.0 | diff --git a/readme.markdown b/readme.markdown
index 60af446..2b84fdc 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,143 +1,143 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video.](h... |
paulyoder/LinqToExcel | 01d49a174b63c72286ba39b5d64248558ef11055 | Changed StrictMapping to Enum | diff --git a/readme.markdown b/readme.markdown
index a3e8202..60af446 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,138 +1,143 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video.](h... |
paulyoder/LinqToExcel | 36351b6bfa054422c954bebb3465d3774ecb35d8 | fixed line endings | diff --git a/readme.markdown b/readme.markdown
index 62dd954..a3e8202 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,138 +1,138 @@
-# Welcome to the LinqToExcel project
-
-Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
-
-Checkout the [introduction video... |
paulyoder/LinqToExcel | 8253e614c355a0db07340006e3ed409d3c02cf26 | added .gitattributes to force committing correct line endings | diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..bd4733d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# correctly commit line endings
+* text
|
paulyoder/LinqToExcel | 7c7aa17878aff381663bae1aff26ad8fb9054af9 | defaulting DatabaseEngine based upon 64/32 bit process in all places now (fixes #11) | diff --git a/src/LinqToExcel/ExcelQueryFactory.cs b/src/LinqToExcel/ExcelQueryFactory.cs
index ad9e231..c748ca3 100644
--- a/src/LinqToExcel/ExcelQueryFactory.cs
+++ b/src/LinqToExcel/ExcelQueryFactory.cs
@@ -1,552 +1,547 @@
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Lin... |
paulyoder/LinqToExcel | 808393a184f9385c621c8e195692e6fa20cc0a06 | bumped version to 1.6.5 | diff --git a/readme.markdown b/readme.markdown
index a60e7f4..62dd954 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,143 +1,138 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video... |
paulyoder/LinqToExcel | 0295cb8e1d9d2582483cb38d61872e991b3de75c | allowing partially trusted callers | diff --git a/src/LinqToExcel/Properties/AssemblyInfo.cs b/src/LinqToExcel/Properties/AssemblyInfo.cs
index 15cbbcb..41b048f 100644
--- a/src/LinqToExcel/Properties/AssemblyInfo.cs
+++ b/src/LinqToExcel/Properties/AssemblyInfo.cs
@@ -1,35 +1,37 @@
using System.Reflection;
using System.Runtime.CompilerServices;
u... |
paulyoder/LinqToExcel | 70e8b85b2b6bf490916affcd949ffe48bd1a0aa9 | Determine correct engine based on process architecture | diff --git a/src/LinqToExcel/ExcelQueryFactory.cs b/src/LinqToExcel/ExcelQueryFactory.cs
index 836176d..ad9e231 100644
--- a/src/LinqToExcel/ExcelQueryFactory.cs
+++ b/src/LinqToExcel/ExcelQueryFactory.cs
@@ -1,545 +1,552 @@
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Lin... |
paulyoder/LinqToExcel | a907b9cc9a52b61917a0f8976cad2efd53e17df3 | commenting out test thats not passing due to my computer settings | diff --git a/src/LinqToExcel.Tests/ExcelQueryFactoryTests.cs b/src/LinqToExcel.Tests/ExcelQueryFactoryTests.cs
index aacb3b4..4f7e31f 100644
--- a/src/LinqToExcel.Tests/ExcelQueryFactoryTests.cs
+++ b/src/LinqToExcel.Tests/ExcelQueryFactoryTests.cs
@@ -1,150 +1,150 @@
using System.Linq;
using MbUnit.Framework;
us... |
paulyoder/LinqToExcel | 6443aeea5ba15114531e5ac008243867387a81f0 | signing assembly | diff --git a/src/LinqToExcel/LinqToExcel.csproj b/src/LinqToExcel/LinqToExcel.csproj
index d0ef775..ab48e05 100644
--- a/src/LinqToExcel/LinqToExcel.csproj
+++ b/src/LinqToExcel/LinqToExcel.csproj
@@ -1,132 +1,141 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="... |
paulyoder/LinqToExcel | 836d108eb53a156fb4ae1cf26cd1f528a40b7789 | fixed readme formatting | diff --git a/readme.markdown b/readme.markdown
index 81cc6eb..a60e7f4 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,143 +1,143 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video... |
paulyoder/LinqToExcel | 19765138c660a7de8d09475e29b0928427c9d3fb | added DatabaseEngine documentation | diff --git a/readme.markdown b/readme.markdown
index ffa4136..81cc6eb 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,132 +1,143 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video... |
paulyoder/LinqToExcel | 491c36c48b6cd37c402f4bbdfba6e790f749cf29 | fixed exception caused by a property transformation returning null | diff --git a/src/LinqToExcel.Tests/ColumnMappings_IntegrationTests.cs b/src/LinqToExcel.Tests/ColumnMappings_IntegrationTests.cs
index e0d6dd0..3641ed3 100644
--- a/src/LinqToExcel.Tests/ColumnMappings_IntegrationTests.cs
+++ b/src/LinqToExcel.Tests/ColumnMappings_IntegrationTests.cs
@@ -1,116 +1,127 @@
using Syste... |
paulyoder/LinqToExcel | 5b4d9fa6f3483a9976bf7cd72e2763a769f2fd71 | not including named ranges in GetWorksheetNames() method | diff --git a/src/LinqToExcel.Tests/ExcelFiles/Companies.xlsx b/src/LinqToExcel.Tests/ExcelFiles/Companies.xlsx
index 8358104..54288ff 100644
Binary files a/src/LinqToExcel.Tests/ExcelFiles/Companies.xlsx and b/src/LinqToExcel.Tests/ExcelFiles/Companies.xlsx differ
diff --git a/src/LinqToExcel.Tests/ExcelFiles/NamedRang... |
paulyoder/LinqToExcel | 44cdcc59d7d40fdc92f08ea4e98b7cb53601c3d7 | bumped version to 1.6.0 | diff --git a/src/LinqToExcel/Properties/AssemblyInfo.cs b/src/LinqToExcel/Properties/AssemblyInfo.cs
index 13d1fd5..013b880 100644
--- a/src/LinqToExcel/Properties/AssemblyInfo.cs
+++ b/src/LinqToExcel/Properties/AssemblyInfo.cs
@@ -1,35 +1,35 @@
using System.Reflection;
using System.Runtime.CompilerServices;
u... |
paulyoder/LinqToExcel | a07018a5dcb7f0dd0ba025f00aa6b061c4de8957 | added x64 support to readme | diff --git a/readme.markdown b/readme.markdown
index c64d8a6..ffa4136 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,130 +1,132 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video... |
paulyoder/LinqToExcel | d12b66af75ce6783d21a2b79d34dae023156ab4c | getting package version from AssemblyInfo.cs file | diff --git a/package/LinqToExcel.nuspec b/package/LinqToExcel.nuspec
index 937b99b..cb77e9c 100644
--- a/package/LinqToExcel.nuspec
+++ b/package/LinqToExcel.nuspec
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="utf-8"?>
-<package>
- <metadata>
- <id>LinqToExcel</id>
- <version>1.5.5</version>
+<?xml v... |
paulyoder/LinqToExcel | 392de73429faf2d0facce72be71ba8584b7d7776 | packaging 64 bit version during the build | diff --git a/.gitignore b/.gitignore
index 5362702..8593591 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
bin/
+bin64/
obj/
*.suo
LinqToExcel.xml
*ReSharper*
*.zip
*.nupkg
-package/lib/
diff --git a/project.build b/project.build
index 2e66432..92f991f 100644
--- a/project.build
+++ b/project.build
@@ ... |
paulyoder/LinqToExcel | 22b5396f709424e83b43cb843ae0a3622b2061d8 | added DatabaseEngine property to manually set which engine to use (pertains to #1) | diff --git a/src/LinqToExcel.Tests/ConnectionString_UnitTests.cs b/src/LinqToExcel.Tests/ConnectionString_UnitTests.cs
index a874f69..16afc27 100644
--- a/src/LinqToExcel.Tests/ConnectionString_UnitTests.cs
+++ b/src/LinqToExcel.Tests/ConnectionString_UnitTests.cs
@@ -1,123 +1,242 @@
using System.Linq;
using MbUn... |
paulyoder/LinqToExcel | fec74451a8b1824abb2679cba6913e0761080946 | bumped version | diff --git a/package/LinqToExcel.nuspec b/package/LinqToExcel.nuspec
index e8d3f1f..937b99b 100644
--- a/package/LinqToExcel.nuspec
+++ b/package/LinqToExcel.nuspec
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>LinqToExcel</id>
- <version>1.5.4</version>
+ <versi... |
paulyoder/LinqToExcel | 400a3e49bb96d20dc309a0e50755ddeecfd62e0c | Implemented the Distinct aggregate method | diff --git a/src/LinqToExcel.Tests/ColumnMappings_SQLStatements_UnitTests.cs b/src/LinqToExcel.Tests/ColumnMappings_SQLStatements_UnitTests.cs
index c225a31..f14e8b6 100644
--- a/src/LinqToExcel.Tests/ColumnMappings_SQLStatements_UnitTests.cs
+++ b/src/LinqToExcel.Tests/ColumnMappings_SQLStatements_UnitTests.cs
@@ -1,1... |
paulyoder/LinqToExcel | 7f5dd63151c5a8691d34f68242c1df2a39355b14 | initial support for DISTINCT operator | diff --git a/src/LinqToExcel.Tests/Convention_IntegrationTests.cs b/src/LinqToExcel.Tests/Convention_IntegrationTests.cs
index a0c6220..aa395e9 100644
--- a/src/LinqToExcel.Tests/Convention_IntegrationTests.cs
+++ b/src/LinqToExcel.Tests/Convention_IntegrationTests.cs
@@ -1,380 +1,398 @@
using System;
using System... |
paulyoder/LinqToExcel | 782135054651967c10f1ba5613666ebef7cf6ab6 | bumped version | diff --git a/package/LinqToExcel.nuspec b/package/LinqToExcel.nuspec
index 8794b8a..e8d3f1f 100644
--- a/package/LinqToExcel.nuspec
+++ b/package/LinqToExcel.nuspec
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>LinqToExcel</id>
- <version>1.5.2</version>
+ <versi... |
paulyoder/LinqToExcel | 2c34a353fb5cca1dc65802bd2b1cf1912d549e5d | AddMapping now accepts the property name as a string as well. Resolved issue #36 | diff --git a/readme.markdown b/readme.markdown
index a986886..66901e6 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,132 +1,133 @@
# Welcome to the LinqToExcel project
Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax.
Checkout the [introduction video... |
paulyoder/LinqToExcel | d0c7d3294467253e5e6d93164f67218b55165bb9 | Refactored the string methods code | diff --git a/src/LinqToExcel/Query/WhereClauseExpressionTreeVisitor.cs b/src/LinqToExcel/Query/WhereClauseExpressionTreeVisitor.cs
index e185ab4..700caa9 100644
--- a/src/LinqToExcel/Query/WhereClauseExpressionTreeVisitor.cs
+++ b/src/LinqToExcel/Query/WhereClauseExpressionTreeVisitor.cs
@@ -1,271 +1,269 @@
using S... |
paulyoder/LinqToExcel | 759388e4e0aca4c3345e26f45e6a743630f20fba | Allowing the Equals() method to be used in the where clause | diff --git a/src/LinqToExcel.Tests/Convention_SQLStatements_UnitTests.cs b/src/LinqToExcel.Tests/Convention_SQLStatements_UnitTests.cs
index 4cd76c9..3d757fb 100644
--- a/src/LinqToExcel.Tests/Convention_SQLStatements_UnitTests.cs
+++ b/src/LinqToExcel.Tests/Convention_SQLStatements_UnitTests.cs
@@ -1,405 +1,418 @@
ï»... |
jberkel/spotify-api | 10433aede6d02d932a1ceabe9bedadc99bd28da3 | It's broken :( | diff --git a/README.md b/README.md
index b63b867..4405a31 100644
--- a/README.md
+++ b/README.md
@@ -1,89 +1,100 @@
-
# Spotify-API
+## Abandoned!
+
+This hack no longer works - it looks like there have been some major updates to
+the protocol since Spotify v4.x, and the jotify project has been discontinued.
+
+In ... |
jberkel/spotify-api | bb7fbbcca03f7589e2d421905c0848b24b97f5a4 | servlet container instructions | diff --git a/README.md b/README.md
index a905229..b63b867 100644
--- a/README.md
+++ b/README.md
@@ -1,83 +1,89 @@
-
+
# Spotify-API
I got tired of waiting for Spotify to release their API (if they release it), so decided to roll my own based on the awesome
-work done by [#hack.se](http://despotify.se) (despotify)... |
jberkel/spotify-api | 880426ee6a65fe23c9163d89cceb30adc25b169f | make spotify api deployable as a war | diff --git a/.gitignore b/.gitignore
index 38bae77..dc4027d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
pkg
+tmp
coverage
+spotify-api.war
.DS_Store
diff --git a/config.ru b/config.ru
new file mode 100644
index 0000000..4fe53a7
--- /dev/null
+++ b/config.ru
@@ -0,0 +1,3 @@
+require './lib/jotify/api'
+S... |
jberkel/spotify-api | 9da69effd7005b2ef80b682d6a8bef3e519f26b5 | platform should be universal-java | diff --git a/Rakefile b/Rakefile
index ae5ea44..d5026d2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,42 +1,43 @@
require 'rubygems'
require 'rake/testtask'
require 'spec/rake/spectask'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "spotify-api"
gem.summary = "an api for spotify, bas... |
jberkel/spotify-api | 1eb6fcfc32ebb6bb4e5e5da8d5b9ccab33cbcca4 | gemspec | diff --git a/spotify-api.gemspec b/spotify-api.gemspec
index 927a83c..9f152e3 100644
--- a/spotify-api.gemspec
+++ b/spotify-api.gemspec
@@ -1,82 +1,84 @@
# Generated by jeweler
-# DO NOT EDIT THIS FILE
-# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
+# DO NOT EDIT THIS FILE DIRECTLY
+# Instead, ed... |
jberkel/spotify-api | 56cf1700385054d71006a688fcdad33755857a0a | Version bump to 0.0.7 | diff --git a/VERSION.yml b/VERSION.yml
index db60b94..261b873 100644
--- a/VERSION.yml
+++ b/VERSION.yml
@@ -1,4 +1,5 @@
---
-:patch: 6
:major: 0
:minor: 0
+:patch: 7
+:build:
|
jberkel/spotify-api | 9bca988e2ae0325543b19474465ffd5b3edeca0d | gemfile | diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..2fa5023
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,7 @@
+gem "sinatra"
+gem "json-jruby"
+
+group :development do
+ gem "rspec"
+ gem "rack-test"
+end
|
jberkel/spotify-api | 131eda08a55a0852b04fc83914aba11e34142fda | hacking readme | diff --git a/README.md b/README.md
index 43538c7..aa44632 100644
--- a/README.md
+++ b/README.md
@@ -1,78 +1,83 @@
# Spotify-API
I got tired of waiting for Spotify to release their API (if they release it), so decided to roll my own based on the awesome
work done by [#hack.se](http://despotify.se) (despotify) an... |
jberkel/spotify-api | 28ee6f6f05aff5a86935757640691d6d3f151b88 | upgrade to recent version of jotify (2822762) | diff --git a/lib/clients/lastfm.rb b/lib/clients/lastfm.rb
index 60b5681..2ce4465 100644
--- a/lib/clients/lastfm.rb
+++ b/lib/clients/lastfm.rb
@@ -1,81 +1,82 @@
#!/usr/bin/env ruby
require 'rubygems'
require 'httparty'
#Last.fm API client, implemented
#using httparty (http://github.com/jnunemaker/httparty... |
jberkel/spotify-api | 74fc680217f68c7a23173d13d806ff18c9e95230 | use jruby for sample apps, depend on gem | diff --git a/examples/lastfm2spotify_loved_tracks b/examples/lastfm2spotify_loved_tracks
index 0b0a6d7..1b499d0 100755
--- a/examples/lastfm2spotify_loved_tracks
+++ b/examples/lastfm2spotify_loved_tracks
@@ -1,27 +1,31 @@
-#!/usr/bin/env ruby
+#!/usr/bin/env jruby
+
$LOAD_PATH.unshift(File.expand_path(File.dirname(__... |
jberkel/spotify-api | 22f018421b8bdce6fdb0cc9fc6e0bb95341d3fd5 | Version bump to 0.0.6 | diff --git a/VERSION.yml b/VERSION.yml
index 5a8bb66..db60b94 100644
--- a/VERSION.yml
+++ b/VERSION.yml
@@ -1,4 +1,4 @@
---
-:patch: 5
+:patch: 6
:major: 0
:minor: 0
diff --git a/spotify-api.gemspec b/spotify-api.gemspec
index 4b1e63d..927a83c 100644
--- a/spotify-api.gemspec
+++ b/spotify-api.gemspec
@@ -1,82 +1,... |
jberkel/spotify-api | eb42bcded0c8d093e9ae2ab3e9e693990ff0edcc | gemspec | diff --git a/spotify-api.gemspec b/spotify-api.gemspec
index e9f2ddc..4b1e63d 100644
--- a/spotify-api.gemspec
+++ b/spotify-api.gemspec
@@ -1,84 +1,82 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification... |
jberkel/spotify-api | d82065c86fbaa489f1073cf129a106634fcf425b | move clients into lib/ | diff --git a/examples/lastfm2spotify_loved_tracks b/examples/lastfm2spotify_loved_tracks
index 75863d6..0b0a6d7 100755
--- a/examples/lastfm2spotify_loved_tracks
+++ b/examples/lastfm2spotify_loved_tracks
@@ -1,22 +1,27 @@
#!/usr/bin/env ruby
+$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib'))
... |
jberkel/spotify-api | 30af9afbc870ab314a6f53e096743b01c0228bac | environment | diff --git a/examples/lastfm.rb b/examples/lastfm.rb
index 7fb9f5c..4588c4e 100644
--- a/examples/lastfm.rb
+++ b/examples/lastfm.rb
@@ -1,78 +1,78 @@
#!/usr/bin/env ruby
require 'rubygems'
require 'httparty'
#A demo Last.fm API client, implemented
#using httparty (http://github.com/jnunemaker/httparty/)
c... |
jberkel/spotify-api | 262a5ad4210ff1c298c00facd02826d13b9c51fd | changelog | diff --git a/CHANGELOG b/CHANGELOG
index 2505f8b..72866f4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,15 @@
+== 0.0.6 / 2009-10-26
+ * More interesting demo apps, more robust API
+
== 0.0.4 / 2009-08-08
* Fixes
== 0.0.3 / 2009-08-07
* POST /playlists uses json
== 0.0.2 / 2009-08-05
* Fix option pa... |
jberkel/spotify-api | ac0dc7d32faeb508493e64bda7e533d56e690fd3 | limit parameter | diff --git a/examples/lastfm.rb b/examples/lastfm.rb
index b87e522..7fb9f5c 100644
--- a/examples/lastfm.rb
+++ b/examples/lastfm.rb
@@ -1,78 +1,78 @@
#!/usr/bin/env ruby
require 'rubygems'
require 'httparty'
#A demo Last.fm API client, implemented
#using httparty (http://github.com/jnunemaker/httparty/)
c... |
jberkel/spotify-api | 123e15ff05364e244011412f2c2d49dc6ba0604d | more cities | diff --git a/examples/lastfm_metro_playlists.rb b/examples/lastfm_metro_playlists.rb
index 074d893..dc5c844 100755
--- a/examples/lastfm_metro_playlists.rb
+++ b/examples/lastfm_metro_playlists.rb
@@ -1,78 +1,81 @@
#!/usr/bin/env ruby
require File.join(File.dirname(__FILE__), *%w[lastfm])
require File.join(File.di... |
jberkel/spotify-api | 543ba9defe06f4c589d01ee0c47644305044f34c | error handling | diff --git a/lib/jotify/api.rb b/lib/jotify/api.rb
index c0de93d..10fc205 100755
--- a/lib/jotify/api.rb
+++ b/lib/jotify/api.rb
@@ -1,160 +1,166 @@
#!/usr/bin/env jruby
require 'rubygems'
require 'json'
require 'sinatra/base'
require File.expand_path(File.dirname(__FILE__) + '/../jotify') unless defined?(Jotify)
... |
jberkel/spotify-api | a50ba0190816061d93103e7a06e9a051f14b1f5f | time periods | diff --git a/examples/lastfm.rb b/examples/lastfm.rb
index a0a9ae8..b87e522 100644
--- a/examples/lastfm.rb
+++ b/examples/lastfm.rb
@@ -1,71 +1,78 @@
#!/usr/bin/env ruby
require 'rubygems'
require 'httparty'
#A demo Last.fm API client, implemented
#using httparty (http://github.com/jnunemaker/httparty/)
c... |
jberkel/spotify-api | ed5bdcf90f0fb238db3ab6fe61cceffcf1480222 | metroplaylist generator is usable | diff --git a/README.md b/README.md
index 66f12f8..3722b01 100644
--- a/README.md
+++ b/README.md
@@ -1,75 +1,76 @@
# Spotify-API
I got tired of waiting for Spotify to release their API (if they release it), so decided to roll my own based on the awesome
work done by [#hack.se](http://despotify.se) (despotify) an... |
jberkel/spotify-api | 9b3e649cb174e8465afa835b3a53f3ab946131f6 | refactor api code | diff --git a/examples/generate_metro_playlists.rb b/examples/generate_metro_playlists.rb
new file mode 100755
index 0000000..4a6d87d
--- /dev/null
+++ b/examples/generate_metro_playlists.rb
@@ -0,0 +1,50 @@
+#!/usr/bin/env ruby
+
+require File.join(File.dirname(__FILE__), *%w[lastfm])
+require File.join(File.dirname(__... |
jberkel/spotify-api | 5ed90be74e515922aafc795ed7c5bec4d384fd36 | Spotify.resolve(...) | diff --git a/examples/lastfm2spotify_loved_tracks.rb b/examples/lastfm2spotify_loved_tracks.rb
index 6cb4c16..beb655f 100755
--- a/examples/lastfm2spotify_loved_tracks.rb
+++ b/examples/lastfm2spotify_loved_tracks.rb
@@ -1,24 +1,22 @@
#!/usr/bin/env ruby
require File.join(File.dirname(__FILE__), *%w[lastfm])
requi... |
jberkel/spotify-api | 9cb4c9f5c8a6d71ace301b3d84116eaa51427ef6 | last.fm metrocharts -> spotify | diff --git a/examples/lastfm.rb b/examples/lastfm.rb
index a341835..a0a9ae8 100644
--- a/examples/lastfm.rb
+++ b/examples/lastfm.rb
@@ -1,62 +1,71 @@
#!/usr/bin/env ruby
require 'rubygems'
require 'httparty'
#A demo Last.fm API client, implemented
#using httparty (http://github.com/jnunemaker/httparty/)
c... |
jberkel/spotify-api | b9068fdcc81ff688ecc8128ddc02c86de04030fa | status messages | diff --git a/examples/lastfm2spotify.rb b/examples/lastfm2spotify.rb
index da54f95..bc3643e 100755
--- a/examples/lastfm2spotify.rb
+++ b/examples/lastfm2spotify.rb
@@ -1,19 +1,22 @@
#!/usr/bin/env ruby
require File.join(File.dirname(__FILE__), *%w[lastfm])
require File.join(File.dirname(__FILE__), *%w[spotify])
... |
jberkel/spotify-api | 6e2f4ecc5358ab076b6c023911a7a9735c8cb07b | made demo app a bit more interesting | diff --git a/README.md b/README.md
index 3384e7a..00b943c 100644
--- a/README.md
+++ b/README.md
@@ -1,73 +1,75 @@
# Spotify-API
I got tired of waiting for Spotify to release their API (if they release it), so decided to roll my own based on the awesome
work done by [#hack.se](http://despotify.se) (despotify) an... |
jberkel/spotify-api | 8b08bf0cee6a3955293b4b596fc8b37a3dc85bd6 | s/david/jan | diff --git a/LICENSE b/LICENSE
index 2ac67ea..8a2fa36 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,24 +1,24 @@
Copyright (c) 2009, Jan Berkel
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redi... |
jberkel/spotify-api | 7b7b93cfd72e3f9d989b846e5fc4edb568014649 | Version bump to 0.0.5 | diff --git a/VERSION.yml b/VERSION.yml
index e644341..5a8bb66 100644
--- a/VERSION.yml
+++ b/VERSION.yml
@@ -1,4 +1,4 @@
---
-:patch: 4
+:patch: 5
:major: 0
:minor: 0
|
jberkel/spotify-api | 1958e489a9a0664d96e1f886f8663c4488f52a7d | disable reloader (bug w/ jruby impl) | diff --git a/bin/spotify-api-server b/bin/spotify-api-server
index 2dd1eff..cec4191 100755
--- a/bin/spotify-api-server
+++ b/bin/spotify-api-server
@@ -1,40 +1,40 @@
#!/usr/bin/env jruby #--jdb -J-sourcepath -J/Users/jan/projects/jotify/src
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib'))
... |
jberkel/spotify-api | b008c90f3a3224fc5828f3003a71f81976e19192 | rewrote examples to use httparty, added lastfm2spotify app | diff --git a/.gitignore b/.gitignore
index 15b2b87..38bae77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
pkg
coverage
+.DS_Store
diff --git a/CHANGELOG b/CHANGELOG
index 778d6eb..2505f8b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,12 @@
+== 0.0.4 / 2009-08-08
+ * Fixes
+
+== 0.0.3 / 2009-08-07
+ * ... |
jberkel/spotify-api | b42e3d9980c1df5af4f56e6f83761b4f73cc2a07 | closes #3 | diff --git a/lib/jotify/api.rb b/lib/jotify/api.rb
index 1b362b4..0388901 100755
--- a/lib/jotify/api.rb
+++ b/lib/jotify/api.rb
@@ -1,135 +1,137 @@
#!/usr/bin/env jruby
require 'rubygems'
require 'json'
require 'sinatra/base'
require File.expand_path(File.dirname(__FILE__) + '/../jotify') unless defined?(Jotify)
... |
jberkel/spotify-api | e57eda6457a962087d6b8e547232363e69cb2220 | Regenerated gemspec for version 0.0.4 | diff --git a/spotify-api.gemspec b/spotify-api.gemspec
index 97f596c..4ec969c 100644
--- a/spotify-api.gemspec
+++ b/spotify-api.gemspec
@@ -1,77 +1,79 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{spotify-api}
- s.version = "0.0.3"
+ s.version = "0.0.4"
s.required_rubygems_versio... |
jberkel/spotify-api | 61bb044d14397fe8f177555d58f72709adc1bc3b | Version bump to 0.0.4 | diff --git a/VERSION.yml b/VERSION.yml
index d51b02d..e644341 100644
--- a/VERSION.yml
+++ b/VERSION.yml
@@ -1,4 +1,4 @@
---
-:patch: 3
+:patch: 4
:major: 0
:minor: 0
|
jberkel/spotify-api | 394d4333a466795fb76ca1e25080d5950c4b8c30 | Revert "Version bump to 0.1.0" | diff --git a/VERSION.yml b/VERSION.yml
index e8fb593..d51b02d 100644
--- a/VERSION.yml
+++ b/VERSION.yml
@@ -1,4 +1,4 @@
---
-:patch: 0
+:patch: 3
:major: 0
-:minor: 1
+:minor: 0
|
jberkel/spotify-api | df37bc81c1055cce66e5f514da99333920c09806 | Revert "Regenerated gemspec for version 0.1.0" | diff --git a/spotify-api.gemspec b/spotify-api.gemspec
index 0725414..97f596c 100644
--- a/spotify-api.gemspec
+++ b/spotify-api.gemspec
@@ -1,79 +1,77 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{spotify-api}
- s.version = "0.1.0"
+ s.version = "0.0.3"
s.required_rubygems_versio... |
jberkel/spotify-api | 9b8b64d33686cafed59a159cd26c8ae6090c1024 | Regenerated gemspec for version 0.1.0 | diff --git a/spotify-api.gemspec b/spotify-api.gemspec
index 97f596c..0725414 100644
--- a/spotify-api.gemspec
+++ b/spotify-api.gemspec
@@ -1,77 +1,79 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{spotify-api}
- s.version = "0.0.3"
+ s.version = "0.1.0"
s.required_rubygems_versio... |
jberkel/spotify-api | 37b221ab92aff95a5c6ae2e0dc0c34e7e8da62e5 | Version bump to 0.1.0 | diff --git a/VERSION.yml b/VERSION.yml
index d51b02d..e8fb593 100644
--- a/VERSION.yml
+++ b/VERSION.yml
@@ -1,4 +1,4 @@
---
-:patch: 3
+:patch: 0
:major: 0
-:minor: 0
+:minor: 1
|
jberkel/spotify-api | e850468885bf07d2453b0b89981e249793ee540e | rename playlists / change collaborative flag. closes #5 | diff --git a/README.md b/README.md
index ef036c0..7782f6d 100644
--- a/README.md
+++ b/README.md
@@ -1,92 +1,92 @@
# Spotify-API
I got tired of waiting for Spotify to release their API (if they release it), so decided to roll my own based on the awesome
work done by [#hack.se](http://despotify.se) (despotify) an... |
jberkel/spotify-api | ce931313926e53a920e7a78527af65b6e7428109 | modify playlist example | diff --git a/examples/modify_playlist.rb b/examples/modify_playlist.rb
new file mode 100755
index 0000000..f3733dc
--- /dev/null
+++ b/examples/modify_playlist.rb
@@ -0,0 +1,30 @@
+#!/usr/bin/env ruby
+
+require 'rubygems'
+require 'rest_client'
+require 'json'
+require 'pp'
+
+#spotify:user:jberkel:playlist:51QyZ8kHWd... |
jberkel/spotify-api | 8c1d600d62f496f924bf61813f6c8c56f58bf4ac | PUT should not append tracks, but replace existing ones | diff --git a/bin/spotify-api-server b/bin/spotify-api-server
index 5579731..2dd1eff 100755
--- a/bin/spotify-api-server
+++ b/bin/spotify-api-server
@@ -1,27 +1,40 @@
-#!/usr/bin/env jruby
-$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
+#!/usr/bin/env jruby #--jdb -J-sourcepath -J/Users/jan/project... |
jberkel/spotify-api | 654337e90260cd049cd3dc2140a9502aaaeabed6 | Regenerated gemspec for version 0.0.3 | diff --git a/spotify-api.gemspec b/spotify-api.gemspec
index 68384f9..97f596c 100644
--- a/spotify-api.gemspec
+++ b/spotify-api.gemspec
@@ -1,76 +1,77 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{spotify-api}
- s.version = "0.0.2"
+ s.version = "0.0.3"
s.required_rubygems_versio... |
jberkel/spotify-api | 33a386c64ea2d5799bc181ee41b966bb15e9825b | Version bump to 0.0.3 | diff --git a/VERSION.yml b/VERSION.yml
index 6e86ae8..d51b02d 100644
--- a/VERSION.yml
+++ b/VERSION.yml
@@ -1,4 +1,4 @@
---
-:patch: 2
+:patch: 3
:major: 0
:minor: 0
|
jberkel/spotify-api | c7b575f84c2b61878fe14dd4cb14d907bbdc21f4 | closes #1 | diff --git a/examples/create_playlist.rb b/examples/create_playlist.rb
index 459b0b4..3664c6d 100755
--- a/examples/create_playlist.rb
+++ b/examples/create_playlist.rb
@@ -1,24 +1,21 @@
#!/usr/bin/env ruby
require 'rubygems'
require 'rest_client'
require 'json'
require 'pp'
puts "creating a new playlist"
-re... |
jberkel/spotify-api | 6c4337d6ccd3a822c7bc2c08ae963e1b0f1b152f | coverage task, more specs | diff --git a/.gitignore b/.gitignore
index 5fff1d9..15b2b87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
pkg
+coverage
diff --git a/Rakefile b/Rakefile
index a2ba55d..0ada78a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,33 +1,41 @@
require 'rubygems'
require 'rake/testtask'
require 'spec/rake/spectask'
b... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.